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

Douglas Gregor dgregor at apple.com
Tue May 1 13:46:52 PDT 2012


On May 1, 2012, at 1:27 PM, Patrick Beard <pcbeard at mac.com> wrote:

> 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.

There are some tests that need to be updated to match this change.

Clang :: SemaObjC___boxing-illegal-types.m
Clang :: SemaTemplate___instantiate-objc-1.mm







	- Doug

> 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<
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120501/a8e57e2f/attachment.html>


More information about the cfe-commits mailing list