[cfe-commits] r67209 - /cfe/trunk/include/clang/Basic/Diagnostic.td

Ted Kremenek kremenek at apple.com
Thu Mar 19 10:18:57 PDT 2009


On Mar 19, 2009, at 1:31 AM, Sebastian Redl wrote:

>
> On Wed, 18 Mar 2009 16:00:17 -0000, Ted Kremenek <kremenek at apple.com>
> wrote:
>> Author: kremenek
>> Date: Wed Mar 18 11:00:17 2009
>> New Revision: 67209
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=67209&view=rev
>> Log:
>> Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to
> subclass
>> 'DiagnosticControlled'.
>
> This completely broke the generation. TableGen now emits lots of
> diagnostics of type "DIAGNOSTICCONTROLLED".
>
> Sebastian

Thanks for catching this.  Fixed:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090316/075437.html



More information about the cfe-commits mailing list