This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bfe49d565c Do not use optimized atomic libcalls for misaligned atomics. new c500c06792 Distinguish `__block` variables that are captured by escapin [...]
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/Decl.h | 23 ++++++++++++ include/clang/Sema/ScopeInfo.h | 17 +++++++++ lib/AST/Decl.cpp | 8 +++++ lib/CodeGen/CGBlocks.cpp | 28 ++++++++++----- lib/CodeGen/CGClass.cpp | 2 +- lib/CodeGen/CGDecl.cpp | 19 +++++----- lib/CodeGen/CGExpr.cpp | 4 +-- lib/CodeGen/CodeGenFunction.h | 11 +++--- lib/Sema/ScopeInfo.cpp | 2 ++ lib/Sema/Sema.cpp | 54 ++++++++++++++++++++++++++++ lib/Sema/SemaDecl.cpp | 33 ++--------------- lib/Sema/SemaExpr.cpp | 3 ++ lib/Serialization/ASTReaderDecl.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 3 ++ test/CodeGen/block-byref-aggr.c | 4 +++ test/CodeGen/blocks-seq.c | 1 + test/CodeGen/exceptions.c | 1 + test/CodeGen/personality.c | 1 + test/CodeGenCXX/block-capture.cpp | 2 ++ test/CodeGenCXX/blocks.cpp | 1 + test/CodeGenCXX/debug-info-blocks.cpp | 1 + test/CodeGenCXX/noescape.cpp | 31 +++++++++++++++- test/CodeGenObjC/arc-no-arc-exceptions.m | 1 + test/CodeGenObjC/arc-unoptimized-byref-var.m | 1 + test/CodeGenObjC/blocks-1.m | 49 ++++++++++++++----------- test/CodeGenObjC/noescape.m | 52 ++++++++++++++++++++++++++- test/CodeGenObjCXX/arc-blocks.mm | 11 ++++-- test/PCH/block-helpers.cpp | 20 +++++++++++ test/SemaObjCXX/blocks.mm | 8 ++++- test/SemaObjCXX/noescape.mm | 25 +++++++++++++ 30 files changed, 335 insertions(+), 82 deletions(-)