This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75475a86745 [dsymutil] Don't mark forward declarations as canonical. new ae734ae0ead [llvm-pdbutil] Print detailed S_UDT stats. new 70b69dcc759 [NFC] Change Key in Argument to a std::string
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/PDB/Native/SymbolStream.h | 2 + include/llvm/IR/DiagnosticInfo.h | 24 ++-- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 6 +- test/DebugInfo/PDB/module-stats.test | 4 +- test/DebugInfo/PDB/udt-stats.test | 15 +++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 161 ++++++++++++++++++++++- tools/llvm-pdbutil/DumpOutputStyle.h | 3 +- tools/llvm-pdbutil/FormatUtil.cpp | 12 ++ tools/llvm-pdbutil/FormatUtil.h | 1 + tools/llvm-pdbutil/MinimalTypeDumper.cpp | 18 +-- tools/llvm-pdbutil/llvm-pdbutil.cpp | 32 +++-- tools/llvm-pdbutil/llvm-pdbutil.h | 3 +- 12 files changed, 230 insertions(+), 51 deletions(-) create mode 100644 test/DebugInfo/PDB/udt-stats.test