gnu++0x is definitely *not* the default

llvm-svn: 66736
This commit is contained in:
Gabor Greif 2009-03-11 23:07:18 +00:00
parent 5637df37cd
commit 65fe8349c6
1 changed files with 1 additions and 1 deletions

View 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>