This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c49768f [CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building [...] new 3a4681d Update llvm-pdbdump to use subcommands. new 91d41f9 [pdb] Re-add code to write PDB files. new 3df7687 [Support] Fix a bug in ErrorList::join / joinErrors.
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/ByteStream.h | 2 + include/llvm/DebugInfo/CodeView/StreamInterface.h | 2 + include/llvm/DebugInfo/CodeView/StreamRef.h | 2 + include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 1 + include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 8 +- include/llvm/Support/Error.h | 3 +- lib/DebugInfo/CodeView/ByteStream.cpp | 4 + lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 2 + lib/DebugInfo/PDB/Raw/PDBFile.cpp | 133 ++++-- test/DebugInfo/PDB/DIA/pdbdump-flags.test | 8 +- test/DebugInfo/PDB/DIA/pdbdump-linenumbers.test | 2 +- test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 8 +- test/DebugInfo/PDB/pdbdump-headers.test | 16 +- test/DebugInfo/PDB/pdbdump-write.test | 13 + test/DebugInfo/PDB/pdbdump-yaml.test | 5 +- test/tools/llvm-pdbdump/class-layout.test | 2 +- test/tools/llvm-pdbdump/enum-layout.test | 2 +- test/tools/llvm-pdbdump/load-address.test | 4 +- test/tools/llvm-pdbdump/regex-filter.test | 16 +- tools/llvm-pdbdump/ClassDefinitionDumper.cpp | 2 +- tools/llvm-pdbdump/EnumDumper.cpp | 2 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 110 +++-- tools/llvm-pdbdump/LLVMOutputStyle.h | 32 +- tools/llvm-pdbdump/LinePrinter.cpp | 26 +- tools/llvm-pdbdump/OutputStyle.h | 15 +- tools/llvm-pdbdump/TypeDumper.cpp | 2 +- tools/llvm-pdbdump/VariableDumper.cpp | 2 +- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 94 +--- tools/llvm-pdbdump/YAMLOutputStyle.h | 22 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 507 ++++++++++----------- tools/llvm-pdbdump/llvm-pdbdump.h | 32 +- unittests/Support/ErrorTest.cpp | 45 ++ 32 files changed, 591 insertions(+), 533 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-write.test