]> granicus.if.org Git - clang/commit
[clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.
authorMatt Morehouse <mascasa@google.com>
Tue, 5 Jun 2018 00:11:41 +0000 (00:11 +0000)
committerMatt Morehouse <mascasa@google.com>
Tue, 5 Jun 2018 00:11:41 +0000 (00:11 +0000)
commitdb0407e1cac00368f599c8ee19cdb86390d696ff
treec4ada8b6b6f150f4a7c772b2b38e0c9a5141b15e
parent804656e720e548d443c0df7a01ef29a753572f1e
[clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.

Copied and renamed some files in preparation for new loop-proto-fuzzer.

Patch By: emmettneyman

Differential Revision: https://reviews.llvm.org/D47666

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333969 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-fuzzer/CMakeLists.txt
tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
tools/clang-fuzzer/fuzzer-initialize/CMakeLists.txt [new file with mode: 0644]
tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp [new file with mode: 0644]
tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.h [new file with mode: 0644]