This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1ee6c64cc [libc++] Purge mentions of GCC 4 from the test suite new 29a4eab8c Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
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: include/__functional_base | 2 +- include/__mutex_base | 6 +-- include/mutex | 6 +-- include/new | 4 +- include/tuple | 58 +++++---------------- include/type_traits | 15 ------ include/utility | 32 +++--------- src/mutex.cpp | 6 +-- src/utility.cpp | 2 +- test/libcxx/diagnostics/enable_nodiscard.fail.cpp | 2 +- .../enable_nodiscard_disable_after_cxx17.fail.cpp | 2 +- ...enable_nodiscard_disable_nodiscard_ext.fail.cpp | 2 +- .../diagnostics/nodiscard_extensions.fail.cpp | 2 +- .../is_implicitly_default_constructible.pass.cpp | 59 ---------------------- .../pairs.pair/non_trivial_copy_move_ABI.pass.cpp | 3 ++ .../pairs.pair/trivial_copy_move_ABI.pass.cpp | 3 ++ .../experimental/simd/simd.cons/broadcast.pass.cpp | 3 ++ .../experimental/simd/simd.cons/generator.pass.cpp | 3 ++ .../istream.iterator/types.pass.cpp | 3 ++ .../istreambuf.iterator/types.pass.cpp | 3 ++ .../new.delete.array/sized_delete_array14.pass.cpp | 4 ++ .../new.delete.single/sized_delete14.pass.cpp | 4 ++ .../support.dynamic/nothrow_t.fail.cpp | 30 ----------- .../support.dynamic/nothrow_t.pass.cpp | 23 --------- .../thread/thread.mutex/thread.lock/types.fail.cpp | 34 ------------- .../thread/thread.mutex/thread.lock/types.pass.cpp | 9 ++-- .../refwrap/type_properties.pass.cpp | 3 ++ .../memory/allocator.tag/allocator_arg.fail.cpp | 29 ----------- .../memory/allocator.tag/allocator_arg.pass.cpp | 4 +- .../constexpr_addressof.pass.cpp | 2 +- .../has_unique_object_representations.pass.cpp | 2 +- .../is_trivially_assignable.pass.cpp | 2 + .../is_trivially_copy_assignable.pass.cpp | 2 + .../is_trivially_copy_constructible.pass.cpp | 2 + .../is_trivially_move_assignable.pass.cpp | 2 + .../is_trivially_move_constructible.pass.cpp | 2 + .../tuple/tuple.tuple/tuple.cnstr/alloc.fail.cpp | 33 ------------ .../tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp | 2 +- .../tuple/tuple.tuple/tuple.cnstr/default.fail.cpp | 53 ------------------- .../tuple/tuple.tuple/tuple.cnstr/default.pass.cpp | 2 +- .../tuple.helper/tuple_size_incomplete.pass.cpp | 1 + .../tuple.helper/tuple_size_value_sfinae.pass.cpp | 1 + .../pair.piecewise/piecewise_construct.pass.cpp | 2 +- .../pair.piecewise/piecewise_construct_t.fail.cpp | 29 ----------- .../pair.piecewise/piecewise_construct_t.pass.cpp | 24 --------- .../pairs/pairs.pair/default.explicit.fail.cpp | 42 --------------- .../utility/pairs/pairs.pair/default.pass.cpp | 7 ++- .../pairs/pairs.pair/trivial_copy_move.pass.cpp | 3 ++ .../c1xx_broken_is_trivially_copyable.pass.cpp | 4 ++ www/cxx1z_status.html | 2 +- www/cxx2a_status.html | 2 +- www/upcoming_meeting.html | 3 +- 52 files changed, 105 insertions(+), 475 deletions(-) delete mode 100644 test/libcxx/type_traits/is_implicitly_default_constructible.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/nothrow_t.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/nothrow_t.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/types.fail.cpp delete mode 100644 test/std/utilities/memory/allocator.tag/allocator_arg.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.piecewise/piecewise_const [...] delete mode 100644 test/std/utilities/utility/pairs/pair.piecewise/piecewise_const [...] delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/default.explicit.fail.cpp