llvm-project/libcxx/test/std/utilities/memory/util.smartptr
Louis Dionne a00290ed10 [libc++] Fix allocate_shared when used with an explicitly convertible allocator
When the allocator is only explicitly convertible from other specializations
of itself, the new version of std::allocate_shared would not work because
it would try to do an implicit conversion. This patch fixes the problem
and adds a test so that we don't fall into the same trap in the future.
2020-12-15 11:50:06 -05:00
..
util.smartptr.enab Revert "Revert "Move more tests to globalMemCounter and reset."" 2020-03-13 17:07:58 -07:00
util.smartptr.hash [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
util.smartptr.shared [libc++] Fix allocate_shared when used with an explicitly convertible allocator 2020-12-15 11:50:06 -05:00
util.smartptr.shared.atomic [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
util.smartptr.weak [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
util.smartptr.weakptr Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00