[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
Jonathan Sauer
jonathan.sauer at gmx.de
Sun Aug 21 09:56:17 PDT 2011
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.
With many thanks in advance,
Jonathan
More information about the cfe-commits
mailing list