This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa868d8549e [X86][X86FixupLEA] Rename processInstructionForSLM to proce [...] new c35d5db855b [MS Demangler] Expose the Demangler AST publicly.
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: include/llvm/Demangle/MicrosoftDemangle.h | 276 +++++++++++++++++++++ .../llvm}/Demangle/MicrosoftDemangleNodes.h | 98 -------- lib/Demangle/MicrosoftDemangle.cpp | 167 +------------ lib/Demangle/MicrosoftDemangleNodes.cpp | 2 +- 4 files changed, 289 insertions(+), 254 deletions(-) create mode 100644 include/llvm/Demangle/MicrosoftDemangle.h rename {lib => include/llvm}/Demangle/MicrosoftDemangleNodes.h (86%)