From: Paul Robinson Date: Mon, 19 Dec 2016 18:20:19 +0000 (+0000) Subject: Revert another accidental bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e56999257fb47c43e9def901793e419134507b3;p=clang Revert another accidental bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/CompilerInvocation.cpp b/lib/Frontend/CompilerInvocation.cpp index 8daa83d0b4..989feef6c5 100644 --- a/lib/Frontend/CompilerInvocation.cpp +++ b/lib/Frontend/CompilerInvocation.cpp @@ -1570,8 +1570,6 @@ void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, break; case IK_CXX: case IK_PreprocessedCXX: - LangStd = LangStandard::lang_gnucxx11; // PTR - break; case IK_ObjCXX: case IK_PreprocessedObjCXX: LangStd = LangStandard::lang_gnucxx98;