[all-commits] [llvm/llvm-project] a2f2df: [clang-fuzzer] Add a tiny tool to generate a fuzzi...

Sam McCall via All-commits all-commits at lists.llvm.org
Mon May 9 09:32:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2f2dfde48ac6e337a5cf1dfd54a766371627b75
      https://github.com/llvm/llvm-project/commit/a2f2dfde48ac6e337a5cf1dfd54a766371627b75
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M clang/test/CMakeLists.txt
    A clang/test/Misc/fuzzer-dictionary.test
    M clang/tools/clang-fuzzer/CMakeLists.txt
    A clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
    A clang/tools/clang-fuzzer/dictionary/dictionary.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list