This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 77c4e2380a [analyzer] Fix memory sanitizer error in MallocChecker. new b6dc4f6ec3 fix typo in comment new 0f6b139a0c Fix template argument deduction when a parameter pack has a [...] new add6b02377 Fix failing testcase to actually be valid.
The 3 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/Basic/DiagnosticSemaKinds.td | 6 + include/clang/Sema/Sema.h | 3 + include/clang/Sema/TemplateDeduction.h | 22 +++ lib/CodeGen/MicrosoftCXXABI.cpp | 2 +- lib/Sema/SemaOverload.cpp | 19 ++ lib/Sema/SemaTemplate.cpp | 45 ++--- lib/Sema/SemaTemplateDeduction.cpp | 290 ++++++++++++++++++----------- lib/Sema/SemaTemplateVariadic.cpp | 33 +++- test/SemaTemplate/pack-deduction.cpp | 101 ++++++++++ 9 files changed, 386 insertions(+), 135 deletions(-)