Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] remove the deprecated 'tokens' feature | Kostya Serebryany | 2015-10-22 | 1 | -25/+0 |
| | | | | llvm-svn: 251069 | ||||
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return ↵ | Kostya Serebryany | 2015-10-02 | 1 | -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 Serebryany | 2015-05-07 | 1 | -1/+1 |
| | | | | | | simplify the test runner llvm-svn: 236683 | ||||
* | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more ↵ | Kostya Serebryany | 2015-05-06 | 1 | -1/+1 |
| | | | | | | unique llvm-svn: 236652 | ||||
* | [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string ↵ | Kostya Serebryany | 2015-03-31 | 1 | -0/+24 |
flags. llvm-svn: 233745 |