]> granicus.if.org Git - clang/commitdiff
Diagnostics should start with a lower-case letter.
authorPatrick Beard <pcbeard@mac.com>
Tue, 1 May 2012 20:27:10 +0000 (20:27 +0000)
committerPatrick Beard <pcbeard@mac.com>
Tue, 1 May 2012 20:27:10 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155936 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index ee883ae3b2ed17ea4d0b8b1ea2fae89234a72138..7f2f2b5e7e82757984eb3084bf742da398400e74 100644 (file)
@@ -1536,7 +1536,7 @@ def err_invalid_nsnumber_type : Error<
 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<