This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c4657388e9 [hwasan] Rename sized load/store callbacks to be consistent [...] new 7e2c299573f Fix pretty printing the unspecified param of a variadic function
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: .../llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h | 2 + lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp | 19 +++++++++ .../llvm-pdbdump/Inputs/PrettyFuncDumperTest.cpp | 49 ++++++++++++++++++++++ .../llvm-pdbdump/Inputs/PrettyFuncDumperTest.pdb | 0 test/tools/llvm-pdbdump/pretty-func-dumper.test | 25 +++++++++++ tools/llvm-pdbutil/PrettyBuiltinDumper.cpp | 2 + tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 2 + 7 files changed, 99 insertions(+) create mode 100644 test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.cpp copy bindings/python/llvm/__init__.py => test/tools/llvm-pdbdump/Inputs/PrettyFunc [...] create mode 100644 test/tools/llvm-pdbdump/pretty-func-dumper.test