[cfe-commits] r137910 - in /cfe/trunk: include/clang/Basic/Diagnostic.h lib/Basic/Diagnostic.cpp lib/Basic/DiagnosticIDs.cpp lib/Frontend/Warnings.cpp test/Sema/warn-unused-parameters.c

Eli Friedman eli.friedman at gmail.com
Mon Aug 22 11:51:24 PDT 2011


On Sun, Aug 21, 2011 at 9:56 AM, Jonathan Sauer <jonathan.sauer at gmx.de> wrote:
> Hello,
>
>> Implement '-Weverything', which enables all warnings except those explicitly mapped to be ignored.
>
> Great addition! Just one question, though: Does "explicitly mapped to be ignored" include those
> warnings that have been set to be ignored by choosing a specific language standard? I ask because
> when using variadic macros in C++11-mode, I still get the warning that they are a C99 extension.

That's orthogonal to -Weverything; r138257.

-Eli



More information about the cfe-commits mailing list