On May 1, 2012, at 1:27 PM, Patrick Beard <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

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

Reply via email to