This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS new bca6de0 Adjust libc++ test infastructure to fully support modules
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/module.modulemap | 2 +- test/libcxx/atomics/libcpp-has-no-threads.fail.cpp | 1 + test/libcxx/compiler.py | 133 +++++++++++++-------- .../containers/sequences/deque/incomplete.pass.cpp | 1 + test/libcxx/strings/iterators.noexcept.pass.cpp | 1 + test/libcxx/test/config.py | 21 ++-- test/libcxx/test/format.py | 85 +++++++++---- .../variadic_mutex_mangling.pass.cpp | 1 + .../thread.mutex/thread_safety_lock_guard.pass.cpp | 1 + .../thread_safety_lock_unlock.pass.cpp | 1 + .../thread_safety_missing_unlock.fail.cpp | 1 + .../thread_safety_requires_capability.pass.cpp | 1 + .../pairs.pair/non_trivial_copy_move_ABI.pass.cpp | 4 + .../tuple/tuple.apply/return_type.pass.cpp | 32 ++--- .../thread.lock.guard/variadic_adopt_lock.pass.cpp | 5 +- .../thread.lock.guard/variadic_assign.fail.cpp | 5 +- .../thread.lock.guard/variadic_copy.fail.cpp | 5 +- .../thread.lock.guard/variadic_mutex.fail.cpp | 5 +- .../thread.lock.guard/variadic_mutex.pass.cpp | 5 +- .../variadic_mutex_cxx03.pass.cpp | 1 + .../thread.lock.guard/variadic_types.pass.cpp | 5 +- .../thread.lock.shared.cons/mutex.pass.cpp | 2 +- .../mutex_duration.pass.cpp | 2 +- .../mutex_time_point.pass.cpp | 2 +- .../mutex_duration.pass.cpp | 2 +- .../mutex_time_point.pass.cpp | 2 +- .../thread.shared_mutex.class/lock.pass.cpp | 2 +- .../thread.shared_mutex.class/lock_shared.pass.cpp | 2 +- .../try_lock_shared.pass.cpp | 2 +- .../thread.sharedtimedmutex.class/lock.pass.cpp | 2 +- .../lock_shared.pass.cpp | 2 +- .../try_lock_for.pass.cpp | 2 +- .../try_lock_shared.pass.cpp | 2 +- .../try_lock_shared_for.pass.cpp | 2 +- .../try_lock_shared_until.pass.cpp | 2 +- .../try_lock_until.pass.cpp | 2 +- .../meta.unary.prop/is_constructible.pass.cpp | 1 + 37 files changed, 207 insertions(+), 140 deletions(-)