summaryrefslogtreecommitdiff
path: root/libcxx/include/cstdalign
AgeCommit message (Expand)Author
2025-11-18[libc++] Fix header deprecations (#163356)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)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-10-30[libc++] Deprecate and remove meaningless `<cxxx>` headers (#111615)A. Jiang