diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-11 23:07:18 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-11 23:07:18 +0000 |
commit | 5f8d1dbcd0c4368c70b8528252d093aa69f11879 (patch) | |
tree | 0a8e2eeb1d15511790bf968aee7141c70220c9b8 | |
parent | 021c3b372c58f5423b4fa2a5be6933d1c7ecc663 (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.cpp | 2 |
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> |