================
Comment at: include/clang/Basic/TokenKinds.def:679
@@ +678,3 @@
+// handles them.
+ANNOTATION(pragma_ms_pointers_to_members)
+
----------------
I thought we were trying to get away from these annotation tokens for pragmas, 
but I've forgotten what the alternative proposal was.

================
Comment at: include/clang/Sema/Sema.h:265
@@ -264,1 +264,3 @@
 
+  enum PragmaMSPointersToMembersKind {
+    PPTMK_BestCase,
----------------
This is a mouthful, and the initialization is long.  Maybe 
DefaultMSInheritanceModel?  *shrug*

================
Comment at: include/clang/Sema/Sema.h:6984
@@ +6983,3 @@
+  /// ActOnPragmaMSPointersToMembers - called on well formed \#pragma
+  /// pointers_to_members(representation method, [general purose
+  /// representation]).
----------------
s/purose/purpose/


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

Reply via email to