summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp
AgeCommit message (Expand)Author
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-16[libc++] Remove get_temporary_buffer and return_temporary_buffer (#100914)A. Jiang
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-22[libc++] Qualifies intptr_t and uintptr_t.Mark de Wever
2022-12-22[libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-06-21[libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)Nikolas Klauser
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-13[libc++] Mark test failing with macos < 10.13 as unsupportedLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-01Disable test in C++<11 mode due to use of alignas.Richard Smith
2018-02-01Make std::get_temporary_buffer respect overaligned types when possibleRichard Smith