This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59e66bf Test commit. Removes some spaces. No functionality changed. new 041e9f2 [llvm-pdbdump] Introduce an abstraction for the output style.
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 + .../{llvm-pdbdump.cpp => LLVMOutputStyle.cpp} | 636 +++---------------- tools/llvm-pdbdump/LLVMOutputStyle.h | 45 ++ tools/llvm-pdbdump/OutputStyle.h | 38 ++ tools/llvm-pdbdump/llvm-pdbdump.cpp | 682 +-------------------- tools/llvm-pdbdump/llvm-pdbdump.h | 23 + 6 files changed, 227 insertions(+), 1198 deletions(-) copy tools/llvm-pdbdump/{llvm-pdbdump.cpp => LLVMOutputStyle.cpp} (57%) create mode 100644 tools/llvm-pdbdump/LLVMOutputStyle.h create mode 100644 tools/llvm-pdbdump/OutputStyle.h