diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-04-24 23:43:40 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-04-24 23:43:40 +0000 |
commit | 3030066ef0a6b291173691ec3388b5f590d06e68 (patch) | |
tree | e53ad28a7f35e9bdc73a7439276011b166fac693 /lib/Driver/Tools.cpp | |
parent | e7255c1b2cb56c900859175c6e5712e98e6c39c5 (diff) |
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
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions