[libFuzzer] refactoring: split the large header into many; NFC
authorKostya Serebryany <kcc@google.com>
Wed, 21 Sep 2016 01:50:50 +0000 (01:50 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 21 Sep 2016 01:50:50 +0000 (01:50 +0000)
commit6f5a804cdb6563293d4dc93bd9abf44950bc1076
tree98f55ee9339bed4d6336ea52cae6bf248aaca33b
parentff9a91ea98e2093887220cf08081036b638e92ef
[libFuzzer] refactoring: split the large header into many; NFC

llvm-svn: 282044
16 files changed:
llvm/lib/Fuzzer/FuzzerCorpus.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerCrossOver.cpp
llvm/lib/Fuzzer/FuzzerDefs.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerDictionary.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/FuzzerLoop.cpp
llvm/lib/Fuzzer/FuzzerMain.cpp
llvm/lib/Fuzzer/FuzzerMutate.cpp
llvm/lib/Fuzzer/FuzzerMutate.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerRandom.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerTracePC.cpp
llvm/lib/Fuzzer/FuzzerTracePC.h [new file with mode: 0644]
llvm/lib/Fuzzer/FuzzerTraceState.cpp
llvm/lib/Fuzzer/FuzzerUtil.cpp
llvm/lib/Fuzzer/test/FuzzerUnittest.cpp