morehouse added inline comments.

================
Comment at: tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp:23
 
 #include <cstring>
 
----------------
I think `cstring` is no longer used after this change.  So we can probably 
remove this include.


================
Comment at: tools/clang-fuzzer/fuzzer-initialize/CMakeLists.txt:3
+
+add_clang_library(clangFuzzerInit fuzzer_initialize.cpp)
----------------
Nit:  `clangFuzzerInitialize` would better follow the naming convention of the 
other libraries.


================
Comment at: tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.h:15
+
+#include "src/libfuzzer/libfuzzer_macro.h"
+
----------------
I don't think this include is used in this file either.  Can we remove it?


Repository:
  rC Clang

https://reviews.llvm.org/D47666



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to