aaron.ballman added a comment. In D80547#2054763 <https://reviews.llvm.org/D80547#2054763>, @MyDeveloperDay wrote:
> Handle more complex nested ObjC calls > Rename function to tryParseSimpleAttributes (not supporting full capability > as yet) > Use RAII object to reset the TokenPosition > utilize the fact that Objective calls shouldn't end with "]]" I think... > this should allow Attributes at least of the form `[[identifier::identifier]]` > I feel if this isn't a good enough perhaps we also check for the `;` after > the second `]` I'm not an ObjC expert, but I am pretty sure you can do something like: `[[foo bar] baz: i[0]];` and `[[foo bar] baz: i[0]][1];` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80547/new/ https://reviews.llvm.org/D80547 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits