[PATCH] D95845: [ObjC] Add a command line flag that disables recognition of objc_direct for testability

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 05:15:04 PST 2021


jansvoboda11 added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:2141
+  Group<f_Group>, Flags<[CC1Option]>,
+  HelpText<"Ignore attribute objc_direct so that direct methods can be tested">;
+
----------------
arphaman wrote:
> Do you need to use the new options marshaling infrastructure?
FYI: More information on command line marshalling is here:
* https://lists.llvm.org/pipermail/cfe-dev/2021-February/067714.html
* https://clang.llvm.org/docs/InternalsManual.html#adding-new-command-line-option


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

https://reviews.llvm.org/D95845



More information about the cfe-commits mailing list