This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3284bd7d15b Emulate TrackingVH using WeakVH new 3b718709c45 [PDB/CodeView] Rename some classes.
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: .../CodeView/ModuleDebugFileChecksumFragment.h | 12 ++++++------ .../llvm/DebugInfo/CodeView/ModuleDebugFragment.h | 6 +++--- .../DebugInfo/CodeView/ModuleDebugFragmentVisitor.h | 15 ++++++++------- .../DebugInfo/CodeView/ModuleDebugLineFragment.h | 6 +++--- .../DebugInfo/CodeView/ModuleDebugUnknownFragment.h | 7 ++++--- .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 10 +++++----- .../CodeView/ModuleDebugFileChecksumFragment.cpp | 3 ++- lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | 2 +- .../CodeView/ModuleDebugFragmentVisitor.cpp | 6 +++--- lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 10 +++++----- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 21 +++++++++++---------- tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp | 6 +++--- tools/llvm-pdbdump/C13DebugFragmentVisitor.h | 10 +++++----- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 +---- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 7 ++++--- tools/llvm-pdbdump/YAMLOutputStyle.h | 4 ++-- tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 2 +- tools/llvm-readobj/COFFDumper.cpp | 4 ++-- 18 files changed, 69 insertions(+), 67 deletions(-)