summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2016-12-19 18:20:19 +0000
committerPaul Robinson <paul.robinson@sony.com>2016-12-19 18:20:19 +0000
commit115d33cba4dfd840d3c95ccdf7c987f78c899777 (patch)
treea81e068e34205f07f984faee863683f41d6e243f /clang/lib/Frontend/CompilerInvocation.cpp
parent7384738362ea4444731c7969af8aad35fc6d63dc (diff)
downloadbcm5719-llvm-115d33cba4dfd840d3c95ccdf7c987f78c899777.tar.gz
bcm5719-llvm-115d33cba4dfd840d3c95ccdf7c987f78c899777.zip
Revert another accidental bit
llvm-svn: 290125
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 8daa83d0b4e..989feef6c51 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud