On May 20, 2010, at 4:33 PM, Chris Lattner wrote:

> Author: lattner
> Date: Thu May 20 18:33:51 2010
> New Revision: 104295
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=104295&view=rev
> Log:
> Don't warn about use of hex floats in c++ mode by default,
> matching G++'s behavior.
> 
> Warn when -pedantic or -Wc++-hex-floats is passed, and
> don't warn if -pedantic -Wno-c++-hex-floats are both passed.

Why not put this in -Wc++0x-compat ?

        - Doug

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to