[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:11:29 PDT 2019


dgoldman marked 4 inline comments as done.
dgoldman added inline comments.


================
Comment at: tools/clang-fuzzer/handle-objc/handle_objc.cpp:50
+                        &Diags);
+}
+
----------------
morehouse wrote:
> Since this is ~identical to handle_cxx, I'd like to reuse the implementation.  Can we make a more generic function (e.g., `handleLanguage(Language type, ...)`) and use it for both?
Done but left as handleCXX


Repository:
  rC Clang

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

https://reviews.llvm.org/D69171





More information about the cfe-commits mailing list