This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e85d77f956b [ObjCARC] Do not move a release between a call and a retain [...] new 40d2ca9f43b [llvm-pdbdump] Abstract some of the YAML/Raw printing code.
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 | 3 +- .../CodeView/ModuleDebugFileChecksumFragment.h | 2 + .../CodeView/ModuleDebugFragmentVisitor.h | 33 ++-- .../DebugInfo/CodeView/ModuleDebugLineFragment.h | 2 + .../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 2 +- include/llvm/DebugInfo/PDB/Native/RawTypes.h | 4 +- .../CodeView/ModuleDebugFragmentVisitor.cpp | 2 + lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 9 +- lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp | 4 +- .../PDB/Native/DbiModuleDescriptorBuilder.cpp | 4 +- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 2 +- lib/MC/MCCodeView.cpp | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 50 +++--- test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 116 +++++++------- tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp | 77 +++++++++ tools/llvm-pdbdump/C13DebugFragmentVisitor.h | 55 +++++++ tools/llvm-pdbdump/CMakeLists.txt | 3 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 174 ++++++++++----------- tools/llvm-pdbdump/PdbYaml.cpp | 8 +- tools/llvm-pdbdump/PdbYaml.h | 4 +- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 132 ++++++++-------- tools/llvm-readobj/COFFDumper.cpp | 2 +- 22 files changed, 420 insertions(+), 270 deletions(-) create mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp create mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.h