summaryrefslogtreecommitdiff
path: root/libcxx/include/stddef.h
AgeCommit message (Expand)Author
2025-10-24[libc++][C++03] Remove some of the C++03-specific C wrapper headers (#163772)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-04-11[libc++] Fix -Wgnu-include-next in stddef.h (#88214)Louis Dionne
2024-04-02[libc++] Simplify the implementation of <stddef.h> (#86843)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2022-11-22Revert "[libc++] Remove workarounds for systems that used to require __need_X...Yi Kong
2022-11-21[libc++] Remove workarounds for systems that used to require __need_XXX macrosLouis Dionne
2022-11-17[libc++] Only include_next C library headers when they existLouis Dionne
2022-11-15Revert "[libc++] Only include_next C library headers when they exist"Nico Weber
2022-11-15[libc++] Only include_next C library headers when they existLouis Dionne
2022-02-07[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 modeLouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2020-04-04Avoid using std::max_align_t in pre-C++11 modeJoerg Sonnenberger
2020-02-25[libc++] Revert 03dd205c151 "Adjust max_align_t handling"Louis Dionne
2020-02-25Adjust max_align_t handlingJoerg Sonnenberger
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-20Teach libc++ to use native NetBSD's max_align_tKamil Rytarowski
2017-02-10Check for musl-libc's max_align_t in addition to other variants.David L. Jones
2015-10-09PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith
2015-10-08Split <stddef.h> out of <cstddef>.Richard Smith