This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d4c85a8 Add template parameter depth and index to -ast-dump output. new 735b586 PR32010: Fix template argument depth mixup when forming impli [...]
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/clang/AST/DeclTemplate.h | 1 + include/clang/Sema/Template.h | 34 +++++++++++++--- lib/Sema/SemaTemplate.cpp | 8 +++- lib/Sema/SemaTemplateInstantiate.cpp | 26 +++++++++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 46 +++++++++------------- .../cxx1z-class-template-argument-deduction.cpp | 26 ++++++++++++ test/SemaTemplate/deduction.cpp | 13 ++++++ 7 files changed, 113 insertions(+), 41 deletions(-)