From: Patrick Beard Date: Tue, 1 May 2012 20:27:10 +0000 (+0000) Subject: Diagnostics should start with a lower-case letter. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb45f092ec474d03e8f42ce5a416b3f43ab78c9;p=clang Diagnostics should start with a lower-case letter. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index ee883ae3b2..7f2f2b5e7e 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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<