This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7fb0fca0b Refactor OpenMP stack management. new 00cfd3ff27 Defer capture initialization for blocks until after we've le [...] new 4c6199e026 Defer capture initialization for captured regions until afte [...]
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/AnalysisBasedWarnings.h | 2 +- include/clang/Sema/ScopeInfo.h | 17 ++-- include/clang/Sema/Sema.h | 20 +++- lib/Sema/AnalysisBasedWarnings.cpp | 9 +- lib/Sema/ScopeInfo.cpp | 20 ++-- lib/Sema/Sema.cpp | 47 +++++---- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaExpr.cpp | 147 +++++++++++++++-------------- lib/Sema/SemaLambda.cpp | 29 +++--- lib/Sema/SemaOpenMP.cpp | 80 ++++++++++++++-- lib/Sema/SemaStmt.cpp | 46 +++++---- test/Analysis/blocks.mm | 7 +- test/OpenMP/for_lastprivate_codegen.cpp | 5 +- 13 files changed, 274 insertions(+), 157 deletions(-)