[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
Ted Kremenek
kremenek at apple.com
Mon Aug 22 11:17:45 PDT 2011
Ah, that sounds like unintended behavior. Could you file a Bugzilla report with a test case?
On Aug 21, 2011, at 9:56 AM, Jonathan Sauer 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.
>
>
> With many thanks in advance,
> Jonathan
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list