[cfe-commits] r97284 - in /cfe/trunk: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExpr.cpp test/Lexer/constants.c

Daniel Dunbar daniel at zuster.org
Mon Mar 8 11:17:48 PST 2010


On Mon, Mar 8, 2010 at 11:14 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 8, 2010, at 11:10 AM, John McCall wrote:
>
>> On Mar 8, 2010, at 9:22 AM, Daniel Dunbar wrote:
>>> -Wbad-literal seems like a poor name, would -Wfloat-literal be better?
>>
>> I was expecting that we'd group other out-of-range literal warnings under this, but even then maybe -Wliteral would be better.

How about -Wliteral-range then?

 - Daniel

> -Wliteral works for me.
>
> -Chris



More information about the cfe-commits mailing list