This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d3d136e [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX [...] new a20c033 Towards P0091R3: parsing support for class template argument [...]
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 | 10 ++ include/clang/Basic/DiagnosticSemaKinds.td | 5 + include/clang/Sema/Sema.h | 3 +- lib/Sema/SemaDecl.cpp | 16 ++- lib/Sema/SemaTemplate.cpp | 14 ++- lib/Sema/SemaTemplateInstantiate.cpp | 9 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +- lib/Sema/TreeTransform.h | 114 ++++++++++++++++++--- .../cxx1z-class-template-argument-deduction.cpp | 59 ++++++++++- 9 files changed, 204 insertions(+), 33 deletions(-)