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

Sebastian Redl sebastian.redl at getdesigned.at
Thu Mar 19 01:31:57 PDT 2009


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



More information about the cfe-commits mailing list