arphaman added inline comments.

================
Comment at: clang/test/SemaObjC/unguarded-availability.m:365
+// FIXME: The pretty-printing for categories sucks.
+@interface HasCat () // expected-note 3 {{'' has been marked as being 
introduced in macOS 10.11 here, but the deployment target is macOS 10.9.0}}
+-(void)meth1;
----------------
Can't we just fix it here with a more contextual message? It would be nice to 
say `enclosing category has been marked...`


Repository:
  rC Clang

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

https://reviews.llvm.org/D63176



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D63176: [SemaObjC]... Erik Pilkington via Phabricator via cfe-commits
    • [PATCH] D63176: [Sema... Alex Lorenz via Phabricator via cfe-commits

Reply via email to