This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3d1012 Sink IsExplicitSpecified flag from CXXConstructorDecl and CXX [...] new 1ef9dbf [c++1z] P0512R0: support for 'explicit' specifier on deductio [...]
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/DiagnosticSemaKinds.td | 3 +++ lib/Sema/SemaDecl.cpp | 11 +++++----- lib/Sema/SemaDeclCXX.cpp | 10 +++++++++ lib/Sema/SemaInit.cpp | 11 +++++----- lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 ++++ .../over.match.class.deduct/p2.cpp | 25 ++++++++++++++++++++++ .../over.match.class.deduct/p3.cpp | 4 ++-- .../cxx1z-class-template-argument-deduction.cpp | 17 +++++++++------ 8 files changed, 67 insertions(+), 18 deletions(-) create mode 100644 test/CXX/over/over.match/over.match.funcs/over.match.class.dedu [...]