llvm-project/libcxx/test/std/utilities/memory
Logan Smith 092a57f508 [libc++] Fix unqualified call to 'ref' inside shared_ptr(unique_ptr<U, D>)
This prevents unintended ADL: https://gcc.godbolt.org/z/EHw3Gy
This issue was mentioned as an addendum in PR44398.

Differential Revision: https://reviews.llvm.org/D74289
2020-02-20 12:24:40 -05:00
..
allocator.tag [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
allocator.traits 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
allocator.uses Support tests in freestanding 2019-02-04 20:31:13 +00:00
c.malloc Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.allocator libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
pointer.conversion Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer.traits 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
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++] Purge mentions of GCC 4 from the test suite 2019-09-25 19:40:48 +00:00
storage.iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
temporary.buffer 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
unique.ptr/unique.ptr.special 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
util.dynamic.safety 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
util.smartptr [libc++] Fix unqualified call to 'ref' inside shared_ptr(unique_ptr<U, D>) 2020-02-20 12:24:40 -05:00