aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/test/SimpleTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-01[libfuzzer] adding license headers to cpp filesMike Aizatsky1-0/+3
2015-12-02Libfuzzer: do not pass null into user functionMike Aizatsky1-0/+2
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany1-1/+2
2015-05-07[lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simpli...Kostya Serebryany1-1/+1
2015-05-06[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un...Kostya Serebryany1-1/+1
2015-01-29Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman1-0/+21
2015-01-29Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman1-21/+0
2015-01-29Adding missing #includes to try to get this to compile on Windows with Visual...Aaron Ballman1-0/+1
2015-01-27Add a Fuzzer libraryKostya Serebryany1-0/+20