This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 691328960d [CodeGen][ObjC] Convert '[self alloc]' in a class method to [...] new 72f66ecb1b [Syntax] Do not depend on llvm targets for Syntax tests. NFC new 7af84528b6 PR42104: Support instantiations of lambdas that implicitly c [...]
The 2 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 | 48 +++++++++++------- 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 +++++++ unittests/Tooling/Syntax/CMakeLists.txt | 1 - 10 files changed, 161 insertions(+), 68 deletions(-) create mode 100644 test/SemaTemplate/lambda-capture-pack.cpp