This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cba260be30 Support framework import/include auto-completion new d1a9bd85a0 Avoid needlessly copying a block to the heap when a block li [...]
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 | 7 ++ include/clang/AST/DeclBase.h | 5 ++ lib/AST/Decl.cpp | 1 + lib/CodeGen/CGObjC.cpp | 19 ++++- lib/Sema/SemaDecl.cpp | 5 ++ lib/Sema/SemaExpr.cpp | 19 +++++ lib/Serialization/ASTReaderDecl.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 1 + test/CodeGenObjC/arc-block-copy-escape.m | 4 +- test/CodeGenObjC/arc-blocks.m | 14 ++-- test/CodeGenObjCXX/arc-blocks.mm | 120 +++++++++++++++++++++++++++++++ test/PCH/arc-blocks.mm | 49 +++++++++++++ 12 files changed, 234 insertions(+), 11 deletions(-) create mode 100644 test/PCH/arc-blocks.mm