This is an archive of the discontinued LLVM Phabricator instance.

[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
to use this in fuzzing clang-pseudo. (clang-tools-extra/pseudo/fuzzer).

Diff Detail

Event Timeline

sammccall created this revision.May 7 2022, 6:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2022, 6:26 AM
Herald added a subscriber: mgorny. · View Herald Transcript
sammccall requested review of this revision.May 7 2022, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2022, 6:26 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hokein accepted this revision.May 9 2022, 12:25 AM
hokein added inline comments.
clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
3

nit: remove the extra blank line.

clang/tools/clang-fuzzer/dictionary/dictionary.c
58

nit: remove the extra blank line.

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
This revision was automatically updated to reflect the committed changes.