This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41cafc737b7 vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatab [...] new 3324d0bf042 [llvm-pdbutil] Improve diff mode. new b85b70f834a Fix some differences between lld and MSVC generated PDBs. new f8cc5477f07 Use windows path syntax when writing PDB module name.
The 3 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: .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 2 +- include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 2 +- include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 1 - lib/DebugInfo/PDB/Native/DbiStream.cpp | 3 + lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 9 +- lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 2 +- tools/llvm-pdbutil/CMakeLists.txt | 1 + tools/llvm-pdbutil/Diff.cpp | 585 ++++++++++++--------- tools/llvm-pdbutil/DiffPrinter.cpp | 135 +++++ tools/llvm-pdbutil/DiffPrinter.h | 161 ++++++ tools/llvm-pdbutil/FormatUtil.cpp | 11 + tools/llvm-pdbutil/FormatUtil.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 14 + tools/llvm-pdbutil/llvm-pdbutil.h | 5 + 15 files changed, 666 insertions(+), 268 deletions(-) create mode 100644 tools/llvm-pdbutil/DiffPrinter.cpp create mode 100644 tools/llvm-pdbutil/DiffPrinter.h