diff options
-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> |