summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).Kostya Serebryany2016-02-131-51/+0
| | | | llvm-svn: 260796
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return ↵Kostya Serebryany2015-10-021-3/+4
| | | | | | 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
* [libFuzzer] move the mutators to public interface so that custom mutators ↵Kostya Serebryany2015-08-061-2/+2
| | | | | | may reuse these functions directly llvm-svn: 244250
* [libFuzzer] allow users to supply their own implementation of randKostya Serebryany2015-07-241-1/+4
| | | | llvm-svn: 243078
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-0/+47
llvm-svn: 238059
OpenPOWER on IntegriCloud