[clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang
authorSam McCall <sam.mccall@gmail.com>
Sat, 7 May 2022 13:10:51 +0000 (15:10 +0200)
committerSam McCall <sam.mccall@gmail.com>
Mon, 9 May 2022 16:25:29 +0000 (18:25 +0200)
commita2f2dfde48ac6e337a5cf1dfd54a766371627b75
tree437267d39cd8c7b74926017d1a517525d4eb377e
parent017abbb258618ed7aad4573f8940a67eb868027f
[clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang

It should be useful clang-fuzzer itself, though my own motivation is
to use this in fuzzing clang-pseudo. (clang-tools-extra/pseudo/fuzzer).

Differential Revision: https://reviews.llvm.org/D125166
clang/test/CMakeLists.txt
clang/test/Misc/fuzzer-dictionary.test [new file with mode: 0644]
clang/tools/clang-fuzzer/CMakeLists.txt
clang/tools/clang-fuzzer/dictionary/CMakeLists.txt [new file with mode: 0644]
clang/tools/clang-fuzzer/dictionary/dictionary.c [new file with mode: 0644]