[cfe-commits] r104295 - in /cfe/trunk: include/clang/Basic/DiagnosticLexKinds.td test/Lexer/hexfloat.cpp

Douglas Gregor dgregor at apple.com
Thu May 20 16:38:33 PDT 2010


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




More information about the cfe-commits mailing list