This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0c9770 [VFS] Skip non existent files from the VFS tree new d28be6c P0217R3: template instantiation support for decomposition dec [...]
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/ExprCXX.h | 6 +++++ include/clang/Sema/Initialization.h | 10 ++++---- include/clang/Sema/Sema.h | 5 ++-- include/clang/Sema/Template.h | 3 ++- lib/Sema/Sema.cpp | 3 +-- lib/Sema/SemaDecl.cpp | 11 ++++----- lib/Sema/SemaDeclCXX.cpp | 17 ++++++-------- lib/Sema/SemaInit.cpp | 4 +++- lib/Sema/SemaTemplateInstantiateDecl.cpp | 38 ++++++++++++++++++++++++------- test/SemaCXX/cxx1z-decomposition.cpp | 1 - test/SemaTemplate/cxx1z-decomposition.cpp | 33 +++++++++++++++++++++++++++ 11 files changed, 93 insertions(+), 38 deletions(-) create mode 100644 test/SemaTemplate/cxx1z-decomposition.cpp