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


dgoldman added a comment.

In D69171#1714624 <https://reviews.llvm.org/D69171#1714624>, @sammccall wrote:

> Rather than adding a new fuzzer binary, can we make the language an option?
>  The whole implementation seems almost identical down to handleobjc/handlecxx...


It's similar at the moment (was initially going to add more flags), but I could swap it over to read an integer/Boolean to swap between the two languages. If we want to modify them in the future (which we might be interested in depending on how well this works) it probably makes sense to keep them separate though.


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