llvm/lib/Fuzzer
Kostya Serebryany f580f3683c [lib/Fuzzer] fix build with assertions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238235 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-26 19:29:33 +00:00
..
test [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
CMakeLists.txt
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp [lib/Fuzzer] fix build with assertions 2015-05-26 19:29:33 +00:00
FuzzerDriver.cpp [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +00:00
FuzzerFlags.def [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
FuzzerInterface.cpp
FuzzerInterface.h [lib/Fuzzer] doxygen-ify the comments for the user interface 2015-05-23 02:12:05 +00:00
FuzzerInternal.h [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +00:00
FuzzerIO.cpp [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +00:00
FuzzerLoop.cpp [lib/Fuzzer] fix build with assertions 2015-05-26 19:29:33 +00:00
FuzzerMain.cpp
FuzzerMutate.cpp
FuzzerSanitizerOptions.cpp
FuzzerSHA1.cpp
FuzzerTraceState.cpp [lib/Fuzzer] fully get rid of std::cerr in libFuzzer 2015-05-23 01:22:35 +00:00
FuzzerUtil.cpp [lib/Fuzzer] fully get rid of std::cerr in libFuzzer 2015-05-23 01:22:35 +00:00
pull_and_push_fuzz_corpus.sh
README.txt

Move to http://llvm.org/docs/LibFuzzer.html