aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-11 23:07:18 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-11 23:07:18 +0000
commit5f8d1dbcd0c4368c70b8528252d093aa69f11879 (patch)
tree0a8e2eeb1d15511790bf968aee7141c70220c9b8
parent021c3b372c58f5423b4fa2a5be6933d1c7ecc663 (diff)
gnu++0x is definitely *not* the default
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66736 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Driver/clang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 72d2b9c1db..c4145c01a7 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -441,7 +441,7 @@ LangStd("std", llvm::cl::desc("Language standard to compile for"),
"Upcoming ISO C++ 200x with amendments"),
clEnumValN(lang_gnucxx0x, "gnu++0x",
"Upcoming ISO C++ 200x with amendments and GNU "
- "extensions (default for C++)"),
+ "extensions"),
clEnumValEnd));
static llvm::cl::opt<bool>