This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6308f28 Revert commit r297971 because of issues reported by msan. new 7b596b1 [llvm-pdbdump] Add support for diffing the PDB Stream. new 7ba6356 [PDB] Add support for parsing Flags from PDB Stream. new e399c3e Create msbuild only when using MSVC
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: include/llvm/DebugInfo/CodeView/Formatters.h | 4 + include/llvm/DebugInfo/PDB/Native/Formatters.h | 52 ++++++ include/llvm/DebugInfo/PDB/Native/InfoStream.h | 12 ++ .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 2 + include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 1 + include/llvm/DebugInfo/PDB/Native/RawConstants.h | 16 ++ include/llvm/DebugInfo/PDB/Native/RawTypes.h | 4 + lib/DebugInfo/PDB/Native/InfoStream.cpp | 43 ++++- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 17 +- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 2 + test/DebugInfo/PDB/pdbdump-headers.test | 3 + test/DebugInfo/PDB/pdbdump-readwrite.test | 1 + test/DebugInfo/PDB/pdbdump-yaml.test | 1 + tools/llvm-pdbdump/Diff.cpp | 174 ++++++++++++++++++--- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 + tools/llvm-pdbdump/PdbYaml.cpp | 12 ++ tools/llvm-pdbdump/PdbYaml.h | 1 + tools/llvm-pdbdump/YAMLOutputStyle.cpp | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +- tools/msbuild/CMakeLists.txt | 2 +- 20 files changed, 325 insertions(+), 28 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Native/Formatters.h