Author: dgregor
Date: Tue May 12 15:24:52 2009
New Revision: 71584

URL: http://llvm.org/viewvc/llvm-project?rev=71584&view=rev
Log:
Diagnostic wording fix, from Anders Johnsen

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=71584&r1=71583&r2=71584&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue May 12 15:24:52 
2009
@@ -280,7 +280,7 @@
 def err_virtual_non_function : Error<
   "'virtual' can only appear on non-static member functions">;
 def err_explicit_non_function : Error<
-  "'virtual' can only appear on non-static member functions">;
+  "'explicit' can only appear on non-static member functions">;
 def err_virtual_out_of_class : Error<
   "'virtual' can only be specified inside the class definition">;
 def err_static_not_bitfield : Error<"static member %0 cannot be a bit-field">;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to