[PATCH] D20171: Support for MSVS default calling convention options (/Gd, /Gz, /Gv, /Gr)
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 10:21:00 PDT 2016
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
More information about the cfe-commits
mailing list