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

David Blaikie dblaikie at gmail.com
Tue May 1 14:30:25 PDT 2012


On Tue, May 1, 2012 at 1:46 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
> 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

I went ahead & fixed these in r155948 to clean up the bots.

- David

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




More information about the cfe-commits mailing list