[cfe-commits] r155936 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Patrick Beard pcbeard at mac.com
Tue May 1 13:27:10 PDT 2012


Author: pcbeard
Date: Tue May  1 15:27:10 2012
New Revision: 155936

URL: http://llvm.org/viewvc/llvm-project?rev=155936&view=rev
Log:
Diagnostics should start with a lower-case letter.

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=155936&r1=155935&r2=155936&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue May  1 15:27:10 2012
@@ -1536,7 +1536,7 @@
 def err_undeclared_nsstring : Error<
   "cannot box a string value because NSString has not been declared">;
 def err_objc_illegal_boxed_expression_type : Error<
-  "Illegal type %0 used in a boxed expression">;
+  "illegal type %0 used in a boxed expression">;
 def err_undeclared_nsarray : Error<
   "NSArray must be available to use Objective-C array literals">;
 def err_undeclared_nsdictionary : Error<





More information about the cfe-commits mailing list