summaryrefslogtreecommitdiff
path: root/compiler-rt/include/fuzzer
AgeCommit message (Expand)Author
2025-04-25doc: get rid of redundant TODO tag in FuzzedDataProvider.h (#137395)kevkevin
2025-02-21[compiler-rt] FuzzedDataProvider: modernize outdated trait patterns (#127811)l0rinc
2024-10-28[NFC][compiler-rt] Add missing header include (#113951)Prabhuk
2023-10-06[NFC][compiler-rt] Fix typo in FuzzedDataProvider.h docMarcoFalke
2023-07-17[compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::...MarcoFalke
2021-03-18Fix typo: `char` should be `TS`Jorg Brown
2021-03-09[compiler-rt] FuzzedDataProvider: Add missing includeMarcoFalke
2020-12-30[compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::arrayMax Moroz
2020-03-25[compiler-rt] Mark FDP non-template methods inline to avoid ODR violations.Max Moroz
2020-03-25[compiler-rt] FuzzedDataProvider: make linter happy.Max Moroz
2020-03-24[compiler-rt] Refactor FuzzedDataProvider for better readability.Max Moroz
2020-03-23[compiler-rt] Add ConsumeRandomLengthString() version without arguments.Max Moroz
2020-02-25[compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h.Max Moroz
2020-02-11[compiler-rt] FuzzedDataProvider: add ConsumeData and method.Max Moroz
2019-12-04[compiler-rt] FuzzedDataProvider: do not call memcpy on empty vector.Max Moroz
2019-09-12[compiler-rt] Remove some cpplint filtersVitaly Buka
2019-09-11Update compiler-rt cpplint.pyVitaly Buka
2019-08-09[compiler-rt] FuzzedDataProvider: use C++ headers only instead of a C/C++ mix.Max Moroz
2019-08-08[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz
2019-08-06[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz
2019-08-05[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz