From 5f8d1dbcd0c4368c70b8528252d093aa69f11879 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 11 Mar 2009 23:07:18 +0000 Subject: [PATCH] gnu++0x is definitely *not* the default git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66736 91177308-0d34-0410-b5e6-96231b3b80d8 --- Driver/clang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0