You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/memory
Hans Wennborg 8286ca176a Merging r340823:
------------------------------------------------------------------------
r340823 | marshall | 2018-08-28 15:29:30 +0200 (Tue, 28 Aug 2018) | 1 line

Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice).
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_70@341034 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
allocator.tag Move test into test/std subdirectory. 11 years ago
allocator.traits More of P0600; marking allocation routines as [[nodiscard]] 8 years ago
allocator.uses Fix failure on 03 bot 9 years ago
c.malloc Move test into test/std subdirectory. 11 years ago
default.allocator avoid new/delete ellision in construct.pass.cpp 8 years ago
pointer.conversion [libcxx] Implement std::to_address for C++20 8 years ago
pointer.traits [libc++] Remove various C++03 feature test macros 9 years ago
ptr.align Get tests running with warnings. Fix warnings in headers and tests 11 years ago
specialized.algorithms [libcxx] [test] Make files consistently end with newlines, NFC. 8 years ago
storage.iterator Merging r340823: 7 years ago
temporary.buffer Disable test in C++<11 mode due to use of alignas. 8 years ago
unique.ptr/unique.ptr.special Fix improperly failing test - and the code it was testing. Thanks to Stephan Lavavej for the catch. 8 years ago
util.dynamic.safety Fix PR26961 - Add default constructor to std::pointer_safety struct. 9 years ago
util.smartptr Merging r340823: 7 years ago