vitalybuka added inline comments.
================ Comment at: tools/clang-fuzzer/CMakeLists.txt:17 ExampleClangProtoFuzzer.cpp + FuzzerInitialize.cpp ) ---------------- this file is missing ================ Comment at: tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp:29 +/* static std::vector<const char *> CLArgs; ---------------- don't keep dead code ================ Comment at: tools/clang-fuzzer/proto-to-cxx/proto_to_cxx_main.cpp:26 std::cout << "// " << argv[i] << std::endl; - std::cout << clang_fuzzer::ProtoToCxx( - reinterpret_cast<const uint8_t *>(str.data()), str.size()); + //std::cout << clang_fuzzer::ProtoToCxx( + // reinterpret_cast<const uint8_t *>(str.data()), str.size()); ---------------- Probably some debug changes? Repository: rC Clang https://reviews.llvm.org/D47665 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits