v.g.vassilev added inline comments.

================
Comment at: clang/lib/Parse/ParseDecl.cpp:5247-5248
+  // ObjC
+  case tok::at:
+    return getLangOpts().ObjC;
+
----------------
rsmith wrote:
> In Objective-C, both declarations and expressions can start with `@`. In 
> general we'd need to look at the next token to see what we have. But I'm not 
> sure if there are any ObjC decl specifiers that use `@`-prefixed keywords.
Ok, let's worry about Objective-C after this patch.


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

https://reviews.llvm.org/D127284

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

Reply via email to