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

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 23 08:58:02 PST 2017


rsmith added a comment.

This appears to add attributes on some Obj-C constructs as an on-by-default feature in Obj-C++11 onwards; it needs review by folks more heavily involved in the Obj-C language design and direction to confirm that this makes sense and (ideally) to update the Obj-C documentation to cover this new feature.

To me, the grammar changes you're proposing look appropriate.


https://reviews.llvm.org/D41553





More information about the cfe-commits mailing list