summaryrefslogtreecommitdiffstats
path: root/tools/clang-fuzzer
Commit message (Expand)AuthorAgeFilesLines
* do more processing in clang-fuzzer (use EmitAssemblyAction)Kostya Serebryany2017-07-142-3/+11
* Unbreak the clang-fuzzer build after r291184.Benjamin Kramer2017-01-111-1/+1
* Add missing header in ClangFuzzer (after r275882 cleanup)Mehdi Amini2016-07-181-0/+1
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-021-1/+2
* Fix clang-fuzzer build after r242499.Adrian Prantl2015-07-171-1/+1
* [clang-fuzzer] Update clang-fuzzer to API change in r240225.Alexey Samsonov2015-06-251-1/+4
* revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany2015-05-121-1/+0
* add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany2015-05-121-1/+2
* fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany2015-05-071-1/+1
* [clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant di...Kostya Serebryany2015-05-041-2/+2
* Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer l...Aaron Ballman2015-04-061-16/+18
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-5/+16
* Add initial version of a clang-fuzzer.Manuel Klimek2015-03-282-0/+50