This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9af2b5e [libFuzzer] one more puzzle, value_profile cracks it in a second new 27d122c [pdb] Pass CVRecord's through the visitor as non-const references. new 8b2faaa Fix -Wunused-variable for non-assert build.
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: include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 6 +- include/llvm/DebugInfo/CodeView/TypeDumper.h | 13 ++-- .../DebugInfo/CodeView/TypeSerializationVisitor.h | 19 ++++-- .../CodeView/TypeVisitorCallbackPipeline.h | 29 +++------ .../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 13 ++-- include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 4 +- lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 5 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 51 ++++++++------- lib/DebugInfo/CodeView/TypeDumper.cpp | 76 +++++++++++----------- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 ++++--- lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 4 +- lib/DebugInfo/PDB/Raw/TpiStream.cpp | 15 ++--- tools/llvm-pdbdump/CodeViewYaml.cpp | 19 ++---- tools/llvm-pdbdump/CodeViewYaml.h | 11 ++-- tools/llvm-pdbdump/PdbYaml.cpp | 15 ----- 16 files changed, 141 insertions(+), 165 deletions(-)