[PATCH] D33250: [Sema][ObjC] Fix a bug where -Wunguarded-availability was emitted at the wrong location

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 09:17:03 PDT 2017


arphaman added inline comments.


================
Comment at: test/SemaObjC/unguarded-availability.m:141
+ at interface InterWithProp // expected-note 2 {{marked partial here}}
+ at property int x;
+ at end
----------------
Should this be `@property(class)`?


https://reviews.llvm.org/D33250





More information about the cfe-commits mailing list