[PATCH] D69171: [clang-fuzzer] Add new fuzzer target for Objective-C

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 09:02:03 PDT 2019


dgoldman updated this revision to Diff 225898.
dgoldman added a comment.

- Refactor to use handle-cxx


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69171/new/

https://reviews.llvm.org/D69171

Files:
  tools/clang-fuzzer/CMakeLists.txt
  tools/clang-fuzzer/ClangFuzzer.cpp
  tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp
  tools/clang-fuzzer/Dockerfile
  tools/clang-fuzzer/README.txt
  tools/clang-fuzzer/corpus_examples/objc/BasicClass.m
  tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m
  tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m
  tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m
  tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
  tools/clang-fuzzer/handle-cxx/handle_cxx.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69171.225898.patch
Type: text/x-patch
Size: 9868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191021/f39e7c37/attachment.bin>


More information about the cfe-commits mailing list