rnk added inline comments.

================
Comment at: lib/Parse/ParseDeclCXX.cpp:3943
@@ +3942,3 @@
+  } else {
+    // something like uuid({000000A0-0000-0000-C000-000000000049}) -- no
+    // quotes in the parens. Just append the spelling of all tokens encountered
----------------
This isn't so bad. :) I was expecting you'd have to change the lexer.

================
Comment at: test/Parser/ms-square-bracket-attributes.mm:138
@@ +137,3 @@
+int message_send2() {
+  [uuid("a5a7bd07-3b14-49bc-9399-de066d4d72cd") retain]; 
+}
----------------
nice


https://reviews.llvm.org/D23895



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

Reply via email to