[cfe-commits] [patch] Make it so that some warnings in DiagGroup<"all"> aren't on by default

Nico Weber thakis at chromium.org
Wed Feb 15 10:22:16 PST 2012


Makes sense. Thanks!

On Wed, Feb 15, 2012 at 10:17 AM, Ted Kremenek <kremenek at apple.com> wrote:
> I prefer to just tweak the comment.  We've already fought the fight to get real code to adopt to a world where Clang issues more warnings than GCC.  I see no reason to give up that ground.
>
> On Feb 15, 2012, at 7:53 AM, Nico Weber <thakis at chromium.org> wrote:
>
>> On Wed, Feb 15, 2012 at 3:14 AM, Chris Lattner <clattner at apple.com> wrote:
>>> What is the motivation for this patch?  Clang defaulting to more warnings on than gcc is a feature, not a bug.
>>
>> I had the impression that these warnings are on by default without
>> -Wall mostly by accident. When I added -Wdangling-else, I wasn't aware
>> that it would fire without -Wall, and dblaikie unsuccessfully tried to
>> move -Wswitch to -Wall here:
>> http://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg45730.html
>>
>> I'm just as happy with tweaking the comment above -Wall in the .td
>> file instead and not changing any behavior (patch for that attached)
>> if you think all these warnings should stay on by default.
>>
>> Nico
>> <clang-wall-different.patch>_______________________________________________
>> 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