[PATCH] D41553: Support parsing double square-bracket attributes in ObjC

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 11 07:54:04 PST 2018


aaron.ballman updated this revision to Diff 133791.
aaron.ballman added a comment.

Added the remaining ObjC, NS, and CF attributes. I think that's the last of the Apple-related attributes (I plan to continue to work on the other attributes as well, but in separate patches). @rjmccall, do you see any remaining issues?


https://reviews.llvm.org/D41553

Files:
  include/clang/Basic/Attr.td
  include/clang/Parse/Parser.h
  lib/Parse/ParseObjc.cpp
  lib/Parse/Parser.cpp
  test/Misc/ast-dump-attr.m
  test/Parser/objc-attr.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41553.133791.patch
Type: text/x-patch
Size: 16758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180211/1a1253d7/attachment-0001.bin>


More information about the cfe-commits mailing list