Fix typo (C++1 -> C++11).

llvm-svn: 142759
This commit is contained in:
Peter Collingbourne 2011-10-23 20:07:42 +00:00
parent 9f58d7b789
commit e0916cd408
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ def warn_cxx98_compat_attribute : Warning<
def err_cxx0x_attribute_forbids_arguments : Error<
"C++11 attribute '%0' cannot have an argument list">;
def err_cxx0x_attribute_requires_arguments : Error<
"C++1 attribute '%0' must have an argument list">;
"C++11 attribute '%0' must have an argument list">;
def err_attributes_not_allowed : Error<"an attribute list cannot appear here">;
/// C++ Templates