llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
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
..
allocate_shared.pass.cpp 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
allocate_shared_cxx03.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
make_shared.pass.cpp 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
make_shared.private.fail.cpp Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) 2017-12-05 04:09:49 +00:00
make_shared.protected.fail.cpp Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) 2017-12-05 04:09:49 +00:00
make_shared.volatile.pass.cpp