This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 28b397746c3 [DAGCombiner] Remove unnecessary calls to AddToWorklist. new c84f7e82fc4 [MS Demangler] Demangle symbols in function scopes.
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: lib/Demangle/MicrosoftDemangle.cpp | 144 ++++++++++++++++++++++++++++++++--- lib/Demangle/StringView.h | 24 ++++++ test/Demangle/ms-mangle.test | 14 ++-- test/Demangle/ms-nested-scopes.test | 146 ++++++++++++++++++++++++++++++++++++ 4 files changed, 309 insertions(+), 19 deletions(-) create mode 100644 test/Demangle/ms-nested-scopes.test