================ Comment at: lib/AST/ASTContext.cpp:4787 @@ +4786,3 @@ + VD->getType()->isIntegralOrEnumerationType() && + getTargetInfo().getCXXABI().isMicrosoft() && + !VD->getFirstDecl()->isOutOfLine() && ---------------- I believe this should be controlled by `-fms-compatibility` not that ABI. MSDN says that compiling with `/Za` would disable this behavior: http://msdn.microsoft.com/en-us/library/34h23df8.aspx
http://reviews.llvm.org/D4563 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
