This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1d6f4f1664 [Driver] Fix -working-directory issues new 2ee1450467 Move code to mark a variable as odr-used adjacement to all t [...] new 8465d5be63 If capturing a variable fails, add a capture anyway (and mar [...] new a2b584af88 Simplify clang::Capture. No functionality change intended. new 120851d42c Defer creating fields for captures until we finish building [...]
The 4 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 | 151 +++++++------- include/clang/Sema/Sema.h | 9 +- include/clang/Sema/SemaInternal.h | 30 --- lib/Sema/ScopeInfo.cpp | 14 +- lib/Sema/SemaDecl.cpp | 10 +- lib/Sema/SemaExpr.cpp | 223 +++++++++------------ lib/Sema/SemaExprCXX.cpp | 71 +++---- lib/Sema/SemaLambda.cpp | 75 +++++-- lib/Sema/SemaStmt.cpp | 18 +- lib/Sema/TreeTransform.h | 2 +- test/AST/ast-dump-expr.cpp | 14 +- test/CXX/expr/expr.prim/expr.prim.lambda/blocks.mm | 7 + test/Sema/captured-statements.c | 9 +- test/SemaCXX/lambda-expressions.cpp | 4 +- .../capturing-flexible-array-in-block.mm | 5 +- 15 files changed, 323 insertions(+), 319 deletions(-)