aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/test/SwitchTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-01[libfuzzer] adding license headers to cpp filesMike Aizatsky1-0/+3
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany1-1/+2
2015-07-31[libFuzzer] make sure that 2-byte arguments of switch() are handled properlyKostya Serebryany1-2/+21
2015-07-31[libFuzzer] support switch interception in dfsan modeKostya Serebryany1-2/+2
2015-07-31[libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany1-0/+35