History log of /external/clang/lib/Headers/float.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/lib/Headers/float.h
3030066ef0a6b291173691ec3388b5f590d06e68 25-Apr-2012 Nico Weber <nicolasweber@gmx.de> Expand #include_next in float.h from mingw to _msc_ver.

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
/external/clang/lib/Headers/float.h
88ce85fa4f397e02084b07f221df5944bbf6d456 07-Feb-2012 Eli Friedman <eli.friedman@gmail.com> Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149949 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/float.h
22de49cbed981aec160556761113b667598c2a63 19-Jul-2011 Nick Lewycky <nicholas@mxc.ca> Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135473 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/float.h
5254c2638d6822fe3e884d45eab7d00929bd451d 05-Jul-2011 Douglas Gregor <dgregor@apple.com> Teach Clang's <float.h> to also include MinGW's <float.h>, which provides additional system definitions, from Ruben Van Boxem

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134407 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/float.h
6b06b7a882b53c5a855d9d99f0161d1d9b21338b 26-Dec-2008 Anders Carlsson <andersca@mac.com> Eli noticed that I had forgotten some #defines. Add them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61445 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/float.h
629c5b4c2d1807ea8dc85c5dc2022d8fa8906b64 26-Dec-2008 Anders Carlsson <andersca@mac.com> Add float.h header. Eli, please review :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61444 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/float.h