This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 228a6295c [libc++][NFC] Promote CMake comment to an actual option description new eb2e39739 Remove exception throwing debug mode handler support.
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/__config | 16 - include/__debug | 36 +- include/__hash_table | 8 +- include/iterator | 92 ++-- include/list | 12 +- include/string | 8 +- include/vector | 8 +- lib/abi/CHANGELOG.TXT | 41 ++ lib/abi/x86_64-apple-darwin.v1.abilist | 14 +- lib/abi/x86_64-apple-darwin.v2.abilist | 15 +- lib/abi/x86_64-unknown-linux-gnu.v1.abilist | 15 +- src/debug.cpp | 59 +-- .../sequences/array/array.zero/db_back.pass.cpp | 25 +- .../sequences/array/array.zero/db_front.pass.cpp | 25 +- .../array/array.zero/db_indexing.pass.cpp | 35 +- .../db_associative_container_tests.pass.cpp | 10 +- .../db_sequence_container_iterators.pass.cpp | 108 ++--- test/libcxx/debug/containers/db_string.pass.cpp | 32 +- .../containers/db_unord_container_tests.pass.cpp | 10 +- test/libcxx/debug/debug_helper_test.pass.cpp | 70 +++ ...w_register.pass.cpp => debug_register.pass.cpp} | 22 +- test/libcxx/debug/debug_throw.pass.cpp | 42 -- .../class.path/path.itr/iterator_db.pass.cpp | 34 +- .../futures/futures.promise/set_exception.pass.cpp | 21 +- .../set_exception_at_thread_exit.pass.cpp | 19 +- ...bug_mode_helper.h => container_debug_tests.hpp} | 122 +++-- test/support/debug_mode_helper.h | 531 +++++++++------------ 27 files changed, 593 insertions(+), 837 deletions(-) create mode 100644 test/libcxx/debug/debug_helper_test.pass.cpp rename test/libcxx/debug/{debug_throw_register.pass.cpp => debug_register.pass.cpp} (66%) delete mode 100644 test/libcxx/debug/debug_throw.pass.cpp copy test/support/{debug_mode_helper.h => container_debug_tests.hpp} (77%)