summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CxxTokensTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] remove the deprecated 'tokens' featureKostya Serebryany2015-10-221-25/+0
| | | | llvm-svn: 251069
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return ↵Kostya Serebryany2015-10-021-2/+3
| | | | | | int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated. llvm-svn: 249214
* [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, ↵Kostya Serebryany2015-05-071-1/+1
| | | | | | simplify the test runner llvm-svn: 236683
* [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more ↵Kostya Serebryany2015-05-061-1/+1
| | | | | | unique llvm-svn: 236652
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string ↵Kostya Serebryany2015-03-311-0/+24
flags. llvm-svn: 233745
OpenPOWER on IntegriCloud