summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/Inputs/include/stdlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-081-0/+2
| | | | | | 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-2/+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
* [modules] Fix a #include cycle when building a module for our builtin headers.Richard Smith2015-05-141-0/+2
xmmintrin.h includes emmintrin.h and vice versa if SSE2 is enabled. We break this cycle for a modules build, and instead make the xmmintrin.h module re-export the immintrin.h module. Also included is a fix for an assert in the serialization code if a module exports another module that was declared later in the same module map. llvm-svn: 237321
OpenPOWER on IntegriCloud