arphaman added inline comments.

================
Comment at: clang/lib/Parse/ParseObjc.cpp:69
+      if (PA.isGNUAttribute())
+        Diag(PA.getLoc(), diag::err_objc_unexpected_attr);
+  }
----------------
I think it might be better to still report this error at the location of the 
`@` token (`Tok.getLocation()`). This will let us report the error at the 
actual Objective-C keyword which the user should note should not be used with 
the attribute. 


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

https://reviews.llvm.org/D137979

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

Reply via email to