]> granicus.if.org Git - clang/commitdiff
gnu++0x is definitely *not* the default
authorGabor Greif <ggreif@gmail.com>
Wed, 11 Mar 2009 23:07:18 +0000 (23:07 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 11 Mar 2009 23:07:18 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66736 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index 72d2b9c1db75d3814b8e35189328558ae514bdd1..c4145c01a7a3c86d162741e72382456f2f5c9b05 100644 (file)
@@ -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>