llvm-project/libcxx/test/std/utilities/memory/util.smartptr
Marshall Clow fa8ce34534 Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice).
llvm-svn: 340823
2018-08-28 13:29:30 +00:00
..
util.smartptr.enab Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
util.smartptr.hash Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. 2017-04-18 00:19:50 +00:00
util.smartptr.shared Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice). 2018-08-28 13:29:30 +00:00
util.smartptr.shared.atomic Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
util.smartptr.weak Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
util.smartptr.weakptr
nothing_to_do.pass.cpp