This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd60d849598 [InstCombine] Don't blow up in foldICmpWithCastAndCast on v [...] new d894b748801 [llvm-pdbdump] Dump restrict type qualifier new 17efee5afa0 Fix an unused variable warning introduced by rr326703. NFC
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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- .../llvm-pdbdump/Inputs/TypeQualifiersTest.cpp | 55 ++++++++++++++++++++++ .../llvm-pdbdump/Inputs/TypeQualifiersTest.pdb | 0 test/tools/llvm-pdbdump/type-qualifiers.test | 25 ++++++++++ tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 3 ++ tools/llvm-pdbutil/PrettyTypedefDumper.cpp | 3 ++ tools/llvm-pdbutil/PrettyVariableDumper.cpp | 6 +++ 7 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.cpp copy bindings/python/llvm/__init__.py => test/tools/llvm-pdbdump/Inputs/TypeQualif [...] create mode 100644 test/tools/llvm-pdbdump/type-qualifiers.test