This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 5b1f0aa [CMake] Set per-runtime library directory suffix in runtimes build new bcadcdd Merge changes to ItaniumDemangle over to libcxxabi.
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_demangle.cpp | 179 ++++++-------------------------------------- src/demangle/Compiler.h | 34 +++++++++ src/demangle/StringView.h | 98 ++++++++++++++++++++++++ src/demangle/Utility.h | 187 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 343 insertions(+), 155 deletions(-) create mode 100644 src/demangle/Compiler.h create mode 100644 src/demangle/StringView.h create mode 100644 src/demangle/Utility.h