llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
Louis Dionne ece3e5bb8b [libc++] NFCI: Implement make_shared as allocate_shared with std::allocator
This simplifies the implementation, and it appears to be equivalent since
make_shared was allocating memory with std::allocator anyway.

Differential Revision: https://reviews.llvm.org/D93071
2020-12-11 12:01:48 -05:00
..
allocate_shared.pass.cpp [libc++] Remove C++03 variadics in shared_ptr 2019-09-24 20:55:54 +00:00
allocate_shared.protected.verify.cpp [libc++] NFCI: Implement make_shared as allocate_shared with std::allocator 2020-12-11 12:01:48 -05:00
make_shared.pass.cpp libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
make_shared.private.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
make_shared.protected.verify.cpp [libc++] NFCI: Implement make_shared as allocate_shared with std::allocator 2020-12-11 12:01:48 -05:00
make_shared.volatile.pass.cpp