[PATCH] D95845: [ObjC] Add a command line flag that disables recognition of objc_direct for testability
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 2 09:02:25 PST 2021
arphaman 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">;
+
----------------
Do you need to use the new options marshaling infrastructure?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95845/new/
https://reviews.llvm.org/D95845
More information about the cfe-commits
mailing list