This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 801dc01 [ThinLTO] Import static functions from the same module as caller new 233ecbd [llvm-pdbdump] Add a compact dump mode.
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 | 1 + tools/llvm-pdbdump/CompactTypeDumpVisitor.cpp | 57 +++++++++++++++++++++++++++ tools/llvm-pdbdump/CompactTypeDumpVisitor.h | 47 ++++++++++++++++++++++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 53 +++++++++++++++++-------- tools/llvm-pdbdump/llvm-pdbdump.cpp | 50 ++++++++++++++--------- tools/llvm-pdbdump/llvm-pdbdump.h | 1 + 6 files changed, 174 insertions(+), 35 deletions(-) create mode 100644 tools/llvm-pdbdump/CompactTypeDumpVisitor.cpp create mode 100644 tools/llvm-pdbdump/CompactTypeDumpVisitor.h