llvm-project/clang/tools/clang-fuzzer/proto-to-llvm
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
loop_proto_to_llvm.cpp Implementation of nested loops in cxx_loop_proto 2018-08-15 23:05:48 +00:00
loop_proto_to_llvm.h
loop_proto_to_llvm_main.cpp