]> granicus.if.org Git - clang/commitdiff
Fix typo (C++1 -> C++11).
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 23 Oct 2011 20:07:42 +0000 (20:07 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 23 Oct 2011 20:07:42 +0000 (20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142759 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticParseKinds.td

index 32e9a08370143ea8daae0fc2fa91e87217a39de5..ec4a140734de40f882191807395269b669438f45 100644 (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