This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b068ce98cd5 [WebAssembly] libObject: Don't include the name the size of [...] new 87bdde82ce5 [demangler] NFC: Some refactoring to support partial demangling. new d0381b68b85 [demangler] Add a partial demangling API for LLDB.
The 2 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/llvm/Demangle/Demangle.h | 55 ++++- lib/Demangle/ItaniumDemangle.cpp | 330 +++++++++++++++++++++++++---- unittests/CMakeLists.txt | 1 + unittests/Demangle/CMakeLists.txt | 7 + unittests/Demangle/PartialDemangleTest.cpp | 121 +++++++++++ 5 files changed, 471 insertions(+), 43 deletions(-) create mode 100644 unittests/Demangle/CMakeLists.txt create mode 100644 unittests/Demangle/PartialDemangleTest.cpp