<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 1, 2012, at 1:27 PM, Patrick Beard <<a href="mailto:pcbeard@mac.com">pcbeard@mac.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Author: pcbeard<br>Date: Tue May  1 15:27:10 2012<br>New Revision: 155936<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=155936&view=rev">http://llvm.org/viewvc/llvm-project?rev=155936&view=rev</a><br>Log:<br>Diagnostics should start with a lower-case letter.<br></div></blockquote><div><br></div>There are some tests that need to be updated to match this change.</div><div><br></div><div><div class="column" style="margin: 0px 2em 2em 0px; float: left; color: rgb(51, 51, 51); font-family: Verdana, Cursor; font-size: 10px; font-weight: bold; background-color: rgb(255, 255, 255); "><ol><li style="padding: 0.1em 1em; "><ol><li class="" style="padding: 0.1em 1em; "><a href="http://smooshlab.apple.com:8013/builders/clang-x86_64-darwin10-gcc42-RA/builds/14722/steps/run.clang.tests/logs/Clang%20%3A%3A%20SemaObjC___boxing-illegal-types.m" style="color: rgb(68, 68, 68); ">Clang :: SemaObjC___boxing-illegal-types.m</a></li><li class="alt" style="padding: 0.1em 1em; background-color: rgb(246, 246, 246); "><a href="http://smooshlab.apple.com:8013/builders/clang-x86_64-darwin10-gcc42-RA/builds/14722/steps/run.clang.tests/logs/Clang%20%3A%3A%20SemaTemplate___instantiate-objc-1.mm" style="color: rgb(68, 68, 68); ">Clang :: SemaTemplate___instantiate-objc-1.mm</a></li></ol></li></ol></div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- Doug</div><div><br><blockquote type="cite"><div>Modified:<br>    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td<br><br>Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td<br>URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=155936&r1=155935&r2=155936&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=155936&r1=155935&r2=155936&view=diff</a><br>==============================================================================<br>--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)<br>+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue May  1 15:27:10 2012<br>@@ -1536,7 +1536,7 @@<br> def err_undeclared_nsstring : Error<<br>   "cannot box a string value because NSString has not been declared">;<br> def err_objc_illegal_boxed_expression_type : Error<<br>-  "Illegal type %0 used in a boxed expression">;<br>+  "illegal type %0 used in a boxed expression">;<br> def err_undeclared_nsarray : Error<<br>   "NSArray must be available to use Objective-C array literals">;<br> def err_undeclared_nsdictionary : Error<<br><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits<br></div></blockquote></div><br></body></html>