summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
AgeCommit message (Expand)Author
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2020-11-26[libc++] Mark a few more tests as unsupported on gcc-8/9.Marek Kurdej
2020-11-19[libc++] Mark a few tests as unsupported on older Clangs to fix botsLouis Dionne
2020-09-22[libc++] Implement C++20's P0784 (More constexpr containers)Louis Dionne
2020-03-04[libc++][P0174] Deprecated/removed parts of default allocator.Michael Park
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-03-28[libc++] Remove unnecessary <iostream> #includes in 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
2018-11-19[libcxx] Add missing <cstddef> includes in testsLouis Dionne
2018-03-22Use DoNotOptimize to prevent new/delete elision.Eric Fiselier
2018-03-22Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier
2017-07-09Fix test failure to to new/delete ellisionsEric Fiselier
2014-12-22[libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier