[cfe-commits] r69192 - in /cfe/trunk/include/clang/Basic: Diagnostic.td DiagnosticCommonKinds.td DiagnosticLexKinds.td DiagnosticSemaKinds.td

Sebastian Redl sebastian.redl at getdesigned.at
Wed Apr 15 13:16:39 PDT 2009


Chris Lattner wrote:
>
> In order to support -fdiagnostics-show-option, we need a 1-(zero or
> one) mapping between a diagnostic and the minimal option that controls
> it.  After this works, I'll add group inheritance, so that -Wall can
> turn on a number of groups, etc.  This should handle -Wtemplates etc.
In theory we could let -fdiagnostics-show-option print more than one
option if the diagnostic is in more than one group.

But it would probably be a mess. I'm not all that attached to it anyway,
as long as we get hierarchical groups.

Sebastian



More information about the cfe-commits mailing list