[PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 2 11:12:29 PDT 2016


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





More information about the cfe-commits mailing list