This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c12617 Revert "Debug Info: Add basic support for external types refe [...] new 435ba4a Add the beginning of PDB diffing support.
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: tools/llvm-pdbdump/CMakeLists.txt | 2 + tools/llvm-pdbdump/Diff.cpp | 261 +++++++++++++++++++++++++ tools/llvm-pdbdump/Diff.h | 45 +++++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 120 +----------- tools/llvm-pdbdump/LLVMOutputStyle.h | 7 +- tools/llvm-pdbdump/StreamUtil.cpp | 136 +++++++++++++ tools/llvm-pdbdump/{Analyze.h => StreamUtil.h} | 21 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 57 ++++-- tools/llvm-pdbdump/llvm-pdbdump.h | 4 + 9 files changed, 509 insertions(+), 144 deletions(-) create mode 100644 tools/llvm-pdbdump/Diff.cpp create mode 100644 tools/llvm-pdbdump/Diff.h create mode 100644 tools/llvm-pdbdump/StreamUtil.cpp copy tools/llvm-pdbdump/{Analyze.h => StreamUtil.h} (51%)