This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 41b308f [clang-format] Separate line comment sections after a right b [...] new b4b0b59 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 | 207 ++++++++++++++++----- .../cxx1z-class-template-argument-deduction.cpp | 59 +++++- 9 files changed, 259 insertions(+), 71 deletions(-)