morehouse added inline comments.
================
Comment at: tools/clang-fuzzer/cxx_loop_proto.proto:67
- AssignmentStatement assignment = 1;
- IfElse ifelse = 2;
- }
----------------
Do you really want to get rid of if-else?
================
Comment at: tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp:123
std::ostream &operator<<(std::ostream &os, const LoopFunction &x) {
- return os << "void foo(int *a, size_t s) {\n"
+ return os << "#include \"foo.h\"\n" // This line is just for testing
+ << "void foo(int *a, int *b, int *__restrict__ c, size_t s) {\n"
----------------
What's the purpose of this include?
Repository:
rC Clang
https://reviews.llvm.org/D47964
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits