This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e17f48 [codeview] Dump line number and column information. new c5689fd [pdb] Dump file checksums from pdb codeview line info.
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/DebugInfo/CodeView/CodeView.h | 7 +++++ include/llvm/DebugInfo/CodeView/EnumTables.h | 1 + include/llvm/DebugInfo/CodeView/Line.h | 11 ------- .../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 35 ++++++++++++++++++---- lib/DebugInfo/CodeView/EnumTables.cpp | 10 +++++++ lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 16 ++++++---- test/DebugInfo/PDB/pdbdump-headers.test | 22 +++++++------- tools/llvm-pdbdump/llvm-pdbdump.cpp | 18 +++++++---- 8 files changed, 82 insertions(+), 38 deletions(-)