llvm-project/clang/tools/clang-fuzzer/proto-to-cxx
Emmett Neyman ba58c3a3a5 Implementation of nested loops in cxx_loop_proto
Summary: Extended `cxx_loop_proto` to have neste for loops. Modified `loop_proto_to_llvm` and `loop_proto_to_cxx` to handle the new protos. All protos have a set of statements designated as "inner loop" statements and a set of statements designated as "outer loop" statements.

Reviewers: morehouse, kcc

Reviewed By: morehouse

Subscribers: cfe-commits, llvm-commits

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

llvm-svn: 339832
2018-08-15 23:05:48 +00:00
..
CMakeLists.txt Introducing single for loop into clang_proto_fuzzer 2018-06-07 19:17:46 +00:00
loop_proto_to_cxx.cpp Implementation of nested loops in cxx_loop_proto 2018-08-15 23:05:48 +00:00
loop_proto_to_cxx_main.cpp Implemented proto to LLVM conversion and LLVM fuzz target 2018-06-22 18:05:00 +00:00
proto_to_cxx.cpp [clang-proto-to-cxx] Accept protobufs with missing fields. 2018-02-02 20:22:20 +00:00
proto_to_cxx.h Introducing single for loop into clang_proto_fuzzer 2018-06-07 19:17:46 +00:00
proto_to_cxx_main.cpp