aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/float.h
AgeCommit message (Collapse)Author
2012-04-24Expand #include_next in float.h from mingw to _msc_ver.Nico Weber
A test for this is checking if this compiles: #include <float.h> inline bool IsFinite(const double& number) { return _finite(number) != 0; } That depends however on either mingw or msvc being installed, and chapuni tells me there might be issues with float.h on mingw, so no automated test is added. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155507 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-07Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149949 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-19Fix typo.Nick Lewycky
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135473 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-05Teach Clang's <float.h> to also include MinGW's <float.h>, which provides ↵Douglas Gregor
additional system definitions, from Ruben Van Boxem git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134407 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-26Eli noticed that I had forgotten some #defines. Add them.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61445 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-26Add float.h header. Eli, please review :)Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61444 91177308-0d34-0410-b5e6-96231b3b80d8