This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 47f223b [LibFuzzer] Provide stub implementation of __sanitizer_cov_tr [...] new 61e0e27 [llvm-pdbdump] Dump MSF headers to YAML. new 4efa5e5 [llvm-pdbdump] Dump stream sizes and stream blocks to yaml.
The 2 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: test/DebugInfo/PDB/pdbdump-yaml.test | 17 +++ tools/llvm-pdbdump/CMakeLists.txt | 2 + tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 + tools/llvm-pdbdump/LLVMOutputStyle.h | 2 + tools/llvm-pdbdump/OutputStyle.h | 2 + tools/llvm-pdbdump/PdbYaml.cpp | 44 +++++++ tools/llvm-pdbdump/PdbYaml.h | 79 ++++++++++++ tools/llvm-pdbdump/YAMLOutputStyle.cpp | 142 +++++++++++++++++++++ .../{LLVMOutputStyle.h => YAMLOutputStyle.h} | 25 ++-- tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 + 10 files changed, 308 insertions(+), 10 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-yaml.test create mode 100644 tools/llvm-pdbdump/PdbYaml.cpp create mode 100644 tools/llvm-pdbdump/PdbYaml.h create mode 100644 tools/llvm-pdbdump/YAMLOutputStyle.cpp copy tools/llvm-pdbdump/{LLVMOutputStyle.h => YAMLOutputStyle.h} (67%)