[PATCH] D20171: Support for MSVS default calling convention options (/Gd, /Gz, /Gv, /Gr)
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Wed May 11 08:54:44 PDT 2016
majnemer added a subscriber: majnemer.
================
Comment at: lib/AST/ASTContext.cpp:8604-8606
@@ -8603,5 +8603,5 @@
bool IsCXXMethod) const {
// Pass through to the C++ ABI object
if (IsCXXMethod)
return ABI->getDefaultMethodCallConv(IsVariadic);
----------------
Do these flags not have an effect on methods?
http://reviews.llvm.org/D20171
More information about the cfe-commits
mailing list