Don't fixit/recover from -Wstatic-float-init when it's not an error.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Jan 2013 21:40:37 +0000 (21:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Jan 2013 21:40:37 +0000 (21:40 +0000)
commit3645cf99f234e9d2c03014551027e2c47e1d2c1e
tree785f574f2043f3573c0c5f068411fd37d81855ff
parent386241ce5b1fe86a1ad19039c9dfe4ccabe97e95
Don't fixit/recover from -Wstatic-float-init when it's not an error.

Fix to change r173414 that lead to Clang changing const to constexpr even under
-Wno-static-float-init.

llvm-svn: 173835
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCXX/cxx0x-class.cpp