This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 71e8e8d Remove outdated comment about clang not populating src2dst_offset new d8218e6 libcxxabi: Rename .hpp files to .h
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/cxa_default_handlers.cpp | 4 ++-- src/cxa_exception.cpp | 4 ++-- src/{cxa_exception.hpp => cxa_exception.h} | 2 +- src/cxa_exception_storage.cpp | 2 +- src/cxa_handlers.cpp | 4 ++-- src/{cxa_handlers.hpp => cxa_handlers.h} | 2 +- src/cxa_noexception.cpp | 4 ++-- src/cxa_personality.cpp | 4 ++-- src/cxa_unexpected.cpp | 2 +- test/dynamic_cast14.pass.cpp | 2 +- test/dynamic_cast3.pass.cpp | 2 +- test/dynamic_cast5.pass.cpp | 2 +- test/dynamic_cast_stress.pass.cpp | 2 +- test/support/{timer.hpp => timer.h} | 0 test/test_demangle.pass.cpp | 2 +- test/test_exception_storage.pass.cpp | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) rename src/{cxa_exception.hpp => cxa_exception.h} (98%) rename src/{cxa_handlers.hpp => cxa_handlers.h} (95%) rename test/support/{timer.hpp => timer.h} (100%)