It should be useful clang-fuzzer itself, though my own motivation is
to use this in fuzzing clang-pseudo. (clang-tools-extra/pseudo/fuzzer).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D125166  
[clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang ClosedPublic Authored by sammccall on May 7 2022, 6:25 AM. 
Details Summary It should be useful clang-fuzzer itself, though my own motivation is 
Diff Detail 
 Event Timelinehokein added inline comments. This revision is now accepted and ready to land.May 9 2022, 12:25 AM This revision was landed with ongoing or failed builds.May 9 2022, 9:32 AM Closed by commit rGa2f2dfde48ac: [clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang (authored by sammccall).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 427856 clang/test/CMakeLists.txt
 clang/test/Misc/fuzzer-dictionary.test
 
 clang/tools/clang-fuzzer/CMakeLists.txt
 clang/tools/clang-fuzzer/dictionary/dictionary.c
 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nit: remove the extra blank line.