llvm-project/libcxx/test/std/utilities/memory
Konstantin Varlamov 065ac30026 [libc++] LWG3001: add `remove_extent_t` to `weak_ptr::element_type`.
Also fix a few places in the `shared_ptr` implementation where
`element_type` was passed to the `__is_compatible` helper. This could
result in `remove_extent` being applied twice to the pointer's template
type (first by the definition of `element_type` and then by the helper),
potentially leading to somewhat less readable error messages for some
incorrect code.

Differential Revision: https://reviews.llvm.org/D112092
2021-10-25 11:15:54 -04:00
..
allocator.tag [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
allocator.traits [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
allocator.uses [libc++] Remove useless nothing_to_do.pass.cpp tests 2020-04-03 13:48:34 -04:00
c.malloc
default.allocator [libcxx] Make allocator<T>:allocate throw bad_array_new_length 2021-10-18 19:12:42 +01:00
pointer.conversion [libc++] Fix __wrap_iter to be a proper contiguous iterator. 2021-09-22 18:51:46 -04:00
pointer.traits [libc++] Fix __wrap_iter to be a proper contiguous iterator. 2021-09-22 18:51:46 -04:00
ptr.align 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
specialized.algorithms [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
storage.iterator [libc++][test] Use = delete over DELETE_FUNCTION. NFC. 2021-10-05 14:08:48 -04:00
temporary.buffer [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
unique.ptr [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
util.dynamic.safety [libc++] Disentangle std::pointer_safety 2021-05-03 14:33:49 -04:00
util.smartptr [libc++] LWG3001: add `remove_extent_t` to `weak_ptr::element_type`. 2021-10-25 11:15:54 -04:00