This revision was automatically updated to reflect the committed changes.
Closed by commit rL364798: Fix -Wdouble-promotion warnings. (authored by
brucem, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
http
mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.
Sorry for the slow response.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62782/new/
https://reviews.llvm.org/D62782
_
brucem added a comment.
I'd modified `CMakeLists.txt` to add `-Wdouble-promotion` and removed this
line: `-Wno-double-promotion # FIXME: remove me` ...
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62782/new/
https://reviews.llvm.org/D62782
___
mclow.lists added a comment.
This looks fine to me; but where were you getting these warnings?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62782/new/
https://reviews.llvm.org/D62782
___
cfe-commits mailing list
brucem created this revision.
brucem added a reviewer: mclow.lists.
Herald added subscribers: ldionne, christof.
Repository:
rCXX libc++
https://reviews.llvm.org/D62782
Files:
include/limits
include/utility
Index: include/utility
==