[cfe-commits] r142127 - in /cfe/trunk: lib/Frontend/TextDiagnostic.cpp test/Misc/caret-diags-macros.c test/Misc/include-stack-for-note-flag.cpp test/Misc/macro-backtrace.c

Chandler Carruth chandlerc at gmail.com
Mon Oct 24 11:53:27 PDT 2011


On Mon, Oct 17, 2011 at 10:16 AM, John McCall <rjmccall at apple.com> wrote:

> On Oct 16, 2011, at 2:30 AM, Chandler Carruth wrote:
> > We now produce:
> > % ./bin/clang -fsyntax-only t5.cc
> > t5.cc:6:3: error: expected unqualified-id
> >  2,
> >  ^
> > t5.cc:2:3: note: expanded from macro: M
> >  y
> >  ^
> > 1 error generated.
>
> Neat!
>
> I think "expanded from macro 'M'" would be more natural than the colon,
> though.


Good point. Sorry for the delay, but done in r142836.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111024/5e79480a/attachment.html>


More information about the cfe-commits mailing list