This is an archive of the discontinued LLVM Phabricator instance.

Refactored clang-fuzzer in preparation for adding new loop-proto-fuzzer
AbandonedPublic

Authored by emmettneyman on Jun 1 2018, 3:26 PM.

Details

Summary

Refactored LLVMFuzzerInitialize function into its own file.

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

Diff Detail

Event Timeline

emmettneyman created this revision.Jun 1 2018, 3:26 PM
vitalybuka added inline comments.Jun 1 2018, 3:31 PM
tools/clang-fuzzer/CMakeLists.txt
17

this file is missing

tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
29

don't keep dead code

tools/clang-fuzzer/proto-to-cxx/proto_to_cxx_main.cpp
26

Probably some debug changes?

emmettneyman abandoned this revision.Jun 1 2018, 3:35 PM