majnemer added inline comments.

================
Comment at: include/clang/Basic/LangOptions.def:175
@@ -174,2 +174,3 @@
 ENUM_LANGOPT(MSPointerToMemberRepresentationMethod, 
PragmaMSPointersToMembersKind, 2, PPTMK_BestCase, "member-pointer 
representation method")
+ENUM_LANGOPT(DefaultMSCallingConv, DefaultMSCallingConvention, 3, DCC_None, 
"default calling convention")
 
----------------
I'd remove the "MS" from this langopt now that it helps implement `-mrtd`.


http://reviews.llvm.org/D20171



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

Reply via email to