llvm-project/libcxx/test/std/utilities
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.adaptor libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
any libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
charconv [libc++] Add availability markup for std::to_chars on Apple platforms 2020-02-17 09:32:46 -05:00
function.objects [libc++] Fix unintended ADL inside ref(reference_wrapper<T>) and cref(reference_wrapper<T>) 2020-02-20 12:22:21 -05:00
intseq 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
memory [libc++] Fix unqualified call to 'ref' inside shared_ptr(unique_ptr<U, D>) 2020-02-20 12:24:40 -05:00
meta [libcxx] [test] Fix valarray UB and MSVC warnings. 2019-12-12 18:35:27 -08:00
optional [libc++] Cleanup and enable multiple warnings. 2019-12-12 21:09:08 -05:00
ratio 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
smartptr/unique.ptr [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
template.bitset libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
time Fix _LIBCPP_HAS_ definitions for Android. 2019-11-18 12:19:58 -08:00
tuple PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient. 2019-10-28 18:04:41 -07:00
type.index libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
utilities.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
utility [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
utility.requirements Support tests in freestanding 2019-02-04 20:31:13 +00:00
variant [libc++][test] Silence more warnings in variant tests 2019-10-14 14:38:12 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00