summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/Inputs/usr/include/math.h
Commit message (Collapse)AuthorAgeFilesLines
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-081-0/+1
| | | | | | 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-1/+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] Reapply: Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2017-03-161-0/+1
Reapply r289181 but rename the include guard to avoid conflict with the one from Darwin. Allow darwin to provide additional definitions and implementation specifc values for tgmath.h on Apple platforms. rdar://problem/19019845 llvm-svn: 298013
OpenPOWER on IntegriCloud