thakis marked an inline comment as done.

================
Comment at: lib/Parse/ParseDeclCXX.cpp:4037
@@ -3945,1 +4036,3 @@
+    }
+
     T.consumeClose();
----------------
Aha, I had forgotten that SkipUntil() handles paren nesting intelligently, so I 
think just requiring a '(' after 'uuid' with the current code should work 
fairly well. Done, and added a test.


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