Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
11cafc82b72a80fb9a7266bbda7fc7a0cc1b51a0
/
llvm
/
lib
/
Fuzzer
/
test
/
SimpleTest.cpp
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
f13cbee
[libfuzzer] adding license headers to cpp files
by Mike Aizatsky
· 10 years ago
71552ce
Libfuzzer: do not pass null into user function
by Mike Aizatsky
· 10 years ago
20bb5e7
[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.
by Kostya Serebryany
· 10 years ago
a407dde
[lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the test runner
by Kostya Serebryany
· 10 years ago
566bc5a
[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique
by Kostya Serebryany
· 10 years ago
ef11698
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset.
by Aaron Ballman
· 11 years ago
7b54ed2
Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227445, 227395, 227389, 227357, 227254, 227252
by Aaron Ballman
· 11 years ago
d39df1e
Adding missing #includes to try to get this to compile on Windows with Visual Studio.
by Aaron Ballman
· 11 years ago
d53b43f
Add a Fuzzer library
by Kostya Serebryany
· 11 years ago