summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/allocator.uses
AgeCommit message (Expand)Author
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2024-08-01[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)Shivam
2023-10-09[libc++] LWG 3821 uses_allocator_construction_args should have overload for p...Hui
2023-03-12[libc++] Granularize <exception>Nikolas Klauser
2023-02-27[libc++] Fix "size_t" constants that should be "bool" or "int", and add testsArthur O'Dwyer
2022-10-12[libc++] Add missing UNSUPPORTED annotations for std::pmr tests that use RTTILouis Dionne
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-10-02Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-22Fix failure on 03 botMarshall Clow
2016-09-22Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow
2016-05-12Apply D20014 - fix a missing return in a test. Fixes PR#27720Marshall Clow
2016-04-18Add tests for LWG issue 2361Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier