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

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 7 06:26:04 PDT 2022


sammccall created this revision.
sammccall added reviewers: hokein, morehouse.
Herald added a subscriber: mgorny.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125166

Files:
  clang/test/CMakeLists.txt
  clang/test/Misc/fuzzer-dictionary.test
  clang/tools/clang-fuzzer/CMakeLists.txt
  clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
  clang/tools/clang-fuzzer/dictionary/dictionary.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125166.427856.patch
Type: text/x-patch
Size: 3474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220507/13025b8c/attachment.bin>


More information about the cfe-commits mailing list