summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
AgeCommit message (Expand)Author
2023-09-14[libc++] Make sure LWG2070 is implemented as a DR (#65998)Louis Dionne
2022-04-06[libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-05[libc++][test] Use = delete over DELETE_FUNCTION. NFC.Joe Loser
2021-01-08[libc++] LWG2070: Use Allocator construction for objects created with allocat...Louis Dionne
2019-09-24 [libc++] Remove C++03 variadics in shared_ptrZoe Carver
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-08-28Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow
2016-04-20Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier