LGTM

================
Comment at: lib/AST/ExprCXX.cpp:113
@@ -76,2 +112,3 @@
   StringRef Uuid;
+  bool HasMultipleGUIDs = false;
   if (isTypeOperand())
----------------
The caller doesn't seem to need this, so I'd make the outparam optional and 
point it at a local boolean whenever it isn't provided.

================
Comment at: test/Parser/MicrosoftExtensions.cpp:124
@@ +123,3 @@
+struct empty {};
+struct inher : public thing<empty, uuid2> {};
+
----------------
Can I get uuidof inher by itself?


http://llvm-reviews.chandlerc.com/D1419
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to