This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2 new d3298ad Revert "Split exception.cpp and new.cpp implementation into d [...]
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: CMakeLists.txt | 3 - cmake/Modules/HandleLibCXXABI.cmake | 8 +- include/exception | 6 - include/new | 24 +- include/typeinfo | 7 +- src/exception.cpp | 326 ++++++++++++++++++++- src/new.cpp | 160 +++++++--- src/support/runtime/exception_fallback.ipp | 182 ------------ src/support/runtime/exception_glibcxx.ipp | 38 --- src/support/runtime/exception_libcxxabi.ipp | 28 -- src/support/runtime/exception_libcxxrt.ipp | 41 --- src/support/runtime/exception_msvc.ipp | 89 ------ src/support/runtime/exception_pointer_cxxabi.ipp | 74 ----- src/support/runtime/exception_pointer_glibcxx.ipp | 74 ----- .../runtime/exception_pointer_unimplemented.ipp | 80 ----- src/support/runtime/new_handler_fallback.ipp | 27 -- src/typeinfo.cpp | 65 +++- 17 files changed, 508 insertions(+), 724 deletions(-) delete mode 100644 src/support/runtime/exception_fallback.ipp delete mode 100644 src/support/runtime/exception_glibcxx.ipp delete mode 100644 src/support/runtime/exception_libcxxabi.ipp delete mode 100644 src/support/runtime/exception_libcxxrt.ipp delete mode 100644 src/support/runtime/exception_msvc.ipp delete mode 100644 src/support/runtime/exception_pointer_cxxabi.ipp delete mode 100644 src/support/runtime/exception_pointer_glibcxx.ipp delete mode 100644 src/support/runtime/exception_pointer_unimplemented.ipp delete mode 100644 src/support/runtime/new_handler_fallback.ipp