This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from d54d974 Disable aligned new/delete on Apple platforms without posix_memalign new 478f902 Refactor unique_ptr/shared_ptr deleter test types into single [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../unique.ptr/unique.ptr.runtime/move01.pass.cpp | 2 +- .../unique.ptr.runtime/move_convert02.fail.cpp | 2 +- .../unique.ptr.runtime/move_convert03.fail.cpp | 2 +- .../unique.ptr.runtime/move_convert05.fail.cpp | 2 +- .../unique.ptr.runtime/move_convert06.fail.cpp | 2 +- .../unique.ptr.runtime/move_convert08.fail.cpp | 2 +- .../unique.ptr.runtime/move_convert09.fail.cpp | 2 +- .../unique.ptr.runtime.ctor/move01.pass.cpp | 2 +- .../unique.ptr.runtime.ctor/move02.pass.cpp | 2 +- .../move_convert02.fail.cpp | 2 +- .../move_convert05.fail.cpp | 2 +- .../move_convert08.fail.cpp | 2 +- .../move_convert11.fail.cpp | 2 +- .../move_convert14.fail.cpp | 2 +- .../move_convert17.fail.cpp | 2 +- .../pointer_deleter01.pass.cpp | 2 +- .../unique.ptr.runtime.modifiers/swap.pass.cpp | 2 +- .../unique.ptr.single.asgn/move01.pass.cpp | 2 +- .../unique.ptr.single.asgn/move_convert.pass.cpp | 2 +- .../unique.ptr.single.asgn/move_convert02.fail.cpp | 2 +- .../unique.ptr.single.asgn/move_convert03.fail.cpp | 2 +- .../unique.ptr.single.asgn/move_convert04.fail.cpp | 2 +- .../unique.ptr.single.asgn/move_convert05.fail.cpp | 2 +- .../unique.ptr.single.asgn/move_convert06.fail.cpp | 2 +- .../unique.ptr.single.ctor/default.pass.cpp | 4 +- .../unique.ptr.single.ctor/move.pass.cpp | 2 +- .../unique.ptr.single.ctor/move_convert.pass.cpp | 2 +- .../unique.ptr.single.ctor/move_convert02.fail.cpp | 2 +- .../unique.ptr.single.ctor/move_convert05.fail.cpp | 2 +- .../unique.ptr.single.ctor/pointer.pass.cpp | 2 +- .../pointer_deleter.pass.cpp | 2 +- .../unique.ptr.single.modifiers/swap.pass.cpp | 2 +- .../unique.ptr/unique.ptr.special/eq.pass.cpp | 2 +- .../unique.ptr/unique.ptr.special/rel.pass.cpp | 2 +- .../unique.ptr/unique.ptr.special/swap.pass.cpp | 2 +- .../util.smartptr.shared/test_deleter.h | 70 ---------------------- .../util.smartptr.getdeleter/get_deleter.pass.cpp | 2 +- .../nullptr_t_deleter.pass.cpp | 2 +- .../nullptr_t_deleter_allocator.pass.cpp | 2 +- .../nullptr_t_deleter_allocator_throw.pass.cpp | 2 +- .../nullptr_t_deleter_throw.pass.cpp | 2 +- .../pointer_deleter.pass.cpp | 2 +- .../pointer_deleter_allocator.pass.cpp | 2 +- .../pointer_deleter_allocator_throw.pass.cpp | 2 +- .../pointer_deleter_throw.pass.cpp | 2 +- .../reset_pointer_deleter.pass.cpp | 2 +- .../reset_pointer_deleter_allocator.pass.cpp | 2 +- .../deleter.h => support/deleter_types.h} | 50 +++++++++++++++- test/support/test_macros.h | 1 - 49 files changed, 94 insertions(+), 121 deletions(-) delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/te [...] rename test/{std/utilities/memory/unique.ptr/deleter.h => support/deleter_types.h} (87%)