]> granicus.if.org Git - clang/commit
Implemented proto to LLVM conversion and LLVM fuzz target
authorEmmett Neyman <eneyman@google.com>
Fri, 22 Jun 2018 18:05:00 +0000 (18:05 +0000)
committerEmmett Neyman <eneyman@google.com>
Fri, 22 Jun 2018 18:05:00 +0000 (18:05 +0000)
commit14549a3c6a77d7dad9b8079a433008f6a94a3f14
tree268c0b0fd519774177fcc33adab5b601810ab790
parent349642f32014f2566e5840782903ff5c1bd31fc4
Implemented proto to LLVM conversion and LLVM fuzz target
Differential Revision: https://reviews.llvm.org/D48106

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335374 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
tools/clang-fuzzer/CMakeLists.txt
tools/clang-fuzzer/ExampleClangLLVMProtoFuzzer.cpp [new file with mode: 0644]
tools/clang-fuzzer/cxx_loop_proto.proto
tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp
tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
tools/clang-fuzzer/handle-llvm/CMakeLists.txt [new file with mode: 0644]
tools/clang-fuzzer/handle-llvm/handle_llvm.cpp [new file with mode: 0644]
tools/clang-fuzzer/handle-llvm/handle_llvm.h [new file with mode: 0644]
tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx_main.cpp
tools/clang-fuzzer/proto-to-llvm/CMakeLists.txt [new file with mode: 0644]
tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp [new file with mode: 0644]
tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.h [new file with mode: 0644]
tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm_main.cpp [new file with mode: 0644]