[PATCH] D60544: Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 10:27:30 PDT 2019
erik.pilkington added a comment.
In D60544#1462869 <https://reviews.llvm.org/D60544#1462869>, @rjmccall wrote:
> Should we have a special `has_feature` test to check that this attribute is allowed on implementations? We've done that in the past when expanding the set of subjects for an attribute. But that's not necessary if we haven't made this attribute part of a public Xcode release yet, because then the attribute is just understood to always apply to implementations; I can't remember when exactly this was added and what releases it's made it into.
I think we can sneak by without a `__has_feature` for this, D56555 <https://reviews.llvm.org/D56555> isn't in LLVM 8 nor Xcode 10.2.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60544/new/
https://reviews.llvm.org/D60544
More information about the cfe-commits
mailing list