[cfe-commits] r145337 - /cfe/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at google.com
Tue Nov 29 02:33:34 PST 2011


On Tue, Nov 29, 2011 at 1:53 AM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:

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

Uh, wow. I don't even.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111129/a6f03c67/attachment.html>


More information about the cfe-commits mailing list