[PATCH] D69171: [clang-fuzzer] Add new fuzzer target for Objective-C
David Goldman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 08:20:10 PDT 2019
dgoldman created this revision.
Herald added subscribers: cfe-commits, jfb, mgorny.
Herald added a project: clang.
- Similar to that of `clang-fuzzer` itself but instead only targets Objective-C source files via cc1
- Also adds an example corpus directory containing some input for Objective-C
Repository:
rC Clang
https://reviews.llvm.org/D69171
Files:
tools/clang-fuzzer/CMakeLists.txt
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-objc/CMakeLists.txt
tools/clang-fuzzer/handle-objc/handle_objc.cpp
tools/clang-fuzzer/handle-objc/handle_objc.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69171.225633.patch
Type: text/x-patch
Size: 11605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191018/f9a2fc0e/attachment.bin>
More information about the cfe-commits
mailing list