On 29.11.2011 01:24, Chandler Carruth wrote:
> Author: chandlerc
> Date: Mon Nov 28 18:24:20 2011
> New Revision: 145337
>
> URL: http://llvm.org/viewvc/llvm-project?rev=145337&view=rev
> Log:
> Fix a spelling error pointed out by Sebastien, and tidy up the
> formatting here a bit... mostly to my preferred bikeshed-blue.
>
> Modified:
>      cfe/trunk/docs/ReleaseNotes.html
>
> Modified: cfe/trunk/docs/ReleaseNotes.html
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145337&r1=145336&r2=145337&view=diff
> ==============================================================================
> --- cfe/trunk/docs/ReleaseNotes.html (original)
> +++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 18:24:20 2011
> @@ -90,8 +90,9 @@
>     <li>Substantially shorter messages due to better recovery, fewer include
>     stacks, and tuning verbose features such as 'a.k.a.' type printing.</li>
>     <li>
> -    Able to recover and correct from misspelled type names at the begging of 
> statements. For example, Clang now emits:
> -<pre><b>t.c:6:3:<span class="error">error:</span>  use of undeclared 
> identifier 'integer'; did you mean 'Integer'?</b>
> +    Able to recover and correct from misspelled type names at the beging of
> +    statements. For example, Clang now emits:
>
That's still wrong ... :-)

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

Reply via email to