This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 515451d When the new expr's array size is an ICE, emit it as a consta [...] new 5b38d71 [c++1z] Synthesize implicit deduction guides from constructor [...]
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/ASTContext.h | 2 + include/clang/AST/DeclTemplate.h | 1 + include/clang/Sema/Sema.h | 5 + lib/AST/ASTContext.cpp | 65 ++-- lib/Sema/SemaInit.cpp | 70 +++-- lib/Sema/SemaLookup.cpp | 10 +- lib/Sema/SemaOverload.cpp | 8 + lib/Sema/SemaTemplate.cpp | 344 +++++++++++++++++++++ lib/Sema/SemaTemplateDeduction.cpp | 82 +++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 17 + test/CXX/expr/expr.post/expr.type.conv/p1.cpp | 2 +- .../over.match.class.deduct/p3.cpp | 28 +- .../temp.deduct/temp.deduct.call/p3-0x.cpp | 36 ++- .../cxx1z-class-template-argument-deduction.cpp | 28 +- 14 files changed, 564 insertions(+), 134 deletions(-)