Mike Aizatsky
|
f13cbee12e
|
[libfuzzer] adding license headers to cpp files
Differential Revision: http://reviews.llvm.org/D18705
llvm-svn: 265174
|
2016-04-01 18:38:58 +00:00 |
Kostya Serebryany
|
20bb5e71b2
|
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return 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
|
2015-10-02 23:34:06 +00:00 |
Kostya Serebryany
|
566bc5aa8a
|
[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique
llvm-svn: 236652
|
2015-05-06 22:19:00 +00:00 |
Kostya Serebryany
|
2e3622bddd
|
[fuzzer] one more experimental search mode: -use_coverage_pairs=1
llvm-svn: 229957
|
2015-02-20 03:02:37 +00:00 |