This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 8b9be66 Spell libcxxabi-no-threads correctly new c320e4c [p0012] Implement ABI support for throwing a noexcept functio [...]
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: src/private_typeinfo.cpp | 47 +++++++++++++++++- src/private_typeinfo.h | 27 ++++++++++ test/catch_function_03.pass.cpp | 65 ++++++++++++++++++++++++ test/catch_member_function_pointer_02.pass.cpp | 68 ++++++++++++++++++++++++++ test/libcxxabi/test/config.py | 2 + 5 files changed, 208 insertions(+), 1 deletion(-) create mode 100644 test/catch_function_03.pass.cpp create mode 100644 test/catch_member_function_pointer_02.pass.cpp