summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/Inputs/usr/include/float.h
Commit message (Collapse)AuthorAgeFilesLines
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-081-0/+6
| | | | | | I'm not sure why 'git llvm revert' removed them. llvm-svn: 360297
* Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve ↵Reid Kleckner2019-05-081-6/+0
| | | | | | | | | | | | MS compatibility. This reverts r360271 (git commit a0933bd8ec1515167ea653f7ee788b8bbde27d51) There are concerns on the review that this breaks EFI builds and that the transitive includes (sal.h) are actually heavy enough that we might care. llvm-svn: 360291
* [Headers] Enable #include_next<float.h> on DarwinBruno Cardoso Lopes2016-12-081-0/+6
Allows darwin targets to provide additional definitions and implementation specifc values for float.h rdar://problem/21961491 llvm-svn: 289018
OpenPOWER on IntegriCloud