This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b2faaa Fix -Wunused-variable for non-assert build. new 892ff5d [pdb] Add command line options for dumping individual streams [...]
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: test/DebugInfo/PDB/pdbdump-headers.test | 114 +--------------------------- test/DebugInfo/PDB/pdbdump-raw-blocks.test | 35 +++++++++ test/DebugInfo/PDB/pdbdump-raw-stream.test | 17 +++++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 115 +++++++++++++---------------- tools/llvm-pdbdump/LLVMOutputStyle.h | 4 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 45 +++++++---- tools/llvm-pdbdump/llvm-pdbdump.h | 11 ++- 7 files changed, 148 insertions(+), 193 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-raw-blocks.test create mode 100644 test/DebugInfo/PDB/pdbdump-raw-stream.test