summaryrefslogtreecommitdiffstats
path: root/lib/Headers/float.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [clang] Only provide C11 features in <float.h> starting with C++17Louis Dionne2019-02-221-2/+2
* [clang] Make sure C99/C11 features in <float.h> are provided in C++11Louis Dionne2019-02-131-4/+4
* [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBLPirama Arumuga Nainar2018-08-081-0/+6
* [clang] Fix broken include_next in float.hLouis Dionne2018-08-061-3/+3
* This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer2017-09-131-0/+14
* [Headers][Darwin] Allow #include_next<float.h> to work on Darwin prior to 10.7Bruno Cardoso Lopes2017-08-011-0/+9
* [Headers] Enable #include_next<float.h> on DarwinBruno Cardoso Lopes2016-12-081-2/+5
* <float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...Richard Smith2016-02-121-2/+6
* In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...Richard Smith2016-02-111-0/+6
* <float.h>: Don't seek #include_next if -ffreestanding for targeting mingw.NAKAMURA Takumi2014-10-221-1/+1
* Remove a broken attempt to cope with someone #undef'ing __has_include_next.Richard Smith2014-02-191-1/+1
* Expand #include_next in float.h from mingw to _msc_ver.Nico Weber2012-04-241-1/+1
* Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>.Eli Friedman2012-02-071-0/+11
* Fix typo.Nick Lewycky2011-07-191-1/+1
* Teach Clang's <float.h> to also include MinGW's <float.h>, which provides add...Douglas Gregor2011-07-051-0/+42
* Eli noticed that I had forgotten some #defines. Add them.Anders Carlsson2008-12-261-0/+12
* Add float.h header. Eli, please review :)Anders Carlsson2008-12-261-0/+59