[PATCH] D125166: [clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 00:25:21 PDT 2022


hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/tools/clang-fuzzer/dictionary/CMakeLists.txt:2
+add_clang_executable(clang-fuzzer-dictionary dictionary.c)
+
----------------
nit: remove the extra blank line.


================
Comment at: clang/tools/clang-fuzzer/dictionary/dictionary.c:57
+}
+
----------------
nit: remove the extra blank line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125166/new/

https://reviews.llvm.org/D125166



More information about the cfe-commits mailing list