erik.pilkington added inline comments.

================
Comment at: clang/test/SemaObjC/nullable-result.m:6
+@class NSError;
+
+@interface SomeClass
----------------
doug.gregor wrote:
> Can you add a `__has_attribute` check for `_Nullable_result`?
Hmm, it looks like __has_attribute doesn't support keyword attributes. I'll add 
a `__has_feature`.


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

https://reviews.llvm.org/D92495

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to