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;


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

Reply via email to