[cfe-dev] Bug 3943 - Defining/undefining builtin macros

Nikola Smiljanic popizdeh at gmail.com
Mon Aug 25 21:53:48 PDT 2014


I don't know anything about the bug but you might find this helpful. Clang
diagnostics come from .td files, there's one for lexer, parser, sema and
maybe a few others. You can search the code base for the unique identifier
of the diagnostic and see under what conditions it's emitted, and why it's
not being emitted in this case.


On Tue, Aug 26, 2014 at 11:58 AM, Anthony Canino <anthony.canino1 at gmail.com>
wrote:

> I hope this is the right place to ask about this, does anyone know
> anything about this bug (http://llvm.org/bugs/show_bug.cgi?id=3943)? I'd
> like to take a shot at fixing it, completely new to clang.
>
> Thanks,
> --
> Anthony
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140826/c49e9f77/attachment.html>


More information about the cfe-dev mailing list