This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5574553c87 Adding yet more debug info to fix fedora issue. new 5c238d611ec [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
The 1 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/CodeViewRecordIO.h | 2 +- include/llvm/DebugInfo/CodeView/Formatters.h | 10 +++- include/llvm/DebugInfo/CodeView/GUID.h | 35 +++++++++++++ include/llvm/DebugInfo/CodeView/TypeRecord.h | 13 +++-- include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 2 +- include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 2 +- include/llvm/DebugInfo/PDB/Native/Formatters.h | 7 --- include/llvm/DebugInfo/PDB/Native/InfoStream.h | 5 +- .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 4 +- .../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 2 +- .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +- include/llvm/DebugInfo/PDB/Native/RawTypes.h | 14 +---- include/llvm/DebugInfo/PDB/PDBExtras.h | 1 - include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 2 + lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 9 ++-- lib/DebugInfo/CodeView/Formatters.cpp | 7 +++ lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 2 +- lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 12 ++--- lib/DebugInfo/PDB/Native/InfoStream.cpp | 2 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 4 +- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 4 +- lib/DebugInfo/PDB/PDBExtras.cpp | 6 --- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 27 ++++++++++ test/ObjectYAML/CodeView/guid.yaml | 59 ++++++++++++++++++++++ tools/llvm-pdbutil/MinimalTypeDumper.cpp | 3 +- tools/llvm-pdbutil/PdbYaml.cpp | 35 ------------- tools/llvm-pdbutil/PdbYaml.h | 2 +- 28 files changed, 178 insertions(+), 97 deletions(-) create mode 100644 include/llvm/DebugInfo/CodeView/GUID.h create mode 100644 test/ObjectYAML/CodeView/guid.yaml