This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 78da9c1 Add missing regexp quantifiers in a test. new b5e3458 Add missing "deduced A == A" check for function template part [...]
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/Basic/Diagnostic.h | 8 +- include/clang/Sema/Sema.h | 7 +- lib/Sema/SemaTemplateDeduction.cpp | 154 ++++++++++++++++----------- test/CXX/drs/dr4xx.cpp | 2 +- test/SemaTemplate/deduction.cpp | 6 +- test/SemaTemplate/partial-order.cpp | 20 +++- test/SemaTemplate/temp_arg_nontype.cpp | 16 ++- test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 20 ++++ 8 files changed, 152 insertions(+), 81 deletions(-)