r290125 - Revert another accidental bit

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 10:20:19 PST 2016


Author: probinson
Date: Mon Dec 19 12:20:19 2016
New Revision: 290125

URL: http://llvm.org/viewvc/llvm-project?rev=290125&view=rev
Log:
Revert another accidental bit

Modified:
    cfe/trunk/lib/Frontend/CompilerInvocation.cpp

Modified: cfe/trunk/lib/Frontend/CompilerInvocation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CompilerInvocation.cpp?rev=290125&r1=290124&r2=290125&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CompilerInvocation.cpp (original)
+++ cfe/trunk/lib/Frontend/CompilerInvocation.cpp Mon Dec 19 12:20:19 2016
@@ -1570,8 +1570,6 @@ void CompilerInvocation::setLangDefaults
       break;
     case IK_CXX:
     case IK_PreprocessedCXX:
-      LangStd = LangStandard::lang_gnucxx11; // PTR
-      break;
     case IK_ObjCXX:
     case IK_PreprocessedObjCXX:
       LangStd = LangStandard::lang_gnucxx98;




More information about the cfe-commits mailing list