arphaman added inline comments.

================
Comment at: test/SemaObjC/unguarded-availability.m:243
+
+  struct { new_int mem; } anon; // expected-warning{{'new_int' is partial}} 
expected-note{{annotate '' with an availability attribute}}
+};
----------------
We should never have something like `annotate ''` presented to the user. This 
should be worded like 'annotate enclosing struct ...' .


https://reviews.llvm.org/D33816



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

Reply via email to