This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3932cbe66b [coroutines][PR41909] Don't build dependent coroutine statem [...] new 612390c43e PR42104: Support instantiations of lambdas that implicitly c [...]
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/Sema/ScopeInfo.h | 19 ++++--- include/clang/Sema/Sema.h | 1 + lib/Sema/ScopeInfo.cpp | 28 +++++------ lib/Sema/SemaExpr.cpp | 50 ++++++++++++------- lib/Sema/SemaExprCXX.cpp | 11 ++--- lib/Sema/SemaTemplateInstantiate.cpp | 14 ++++-- lib/Sema/TreeTransform.h | 63 +++++++++++++++++++----- test/SemaCXX/cxx1y-generic-lambdas-capturing.cpp | 27 ++++++++-- test/SemaTemplate/lambda-capture-pack.cpp | 17 +++++++ 9 files changed, 161 insertions(+), 69 deletions(-) create mode 100644 test/SemaTemplate/lambda-capture-pack.cpp