This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1433b05edb [analyzer] Fix operator delete[] array-type-sub-expression h [...] new 71c661e65b [CodeGen] Avoid destructing a callee-destructued struct type [...] new d3b8eac50a Fix typo.
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/Basic/SourceManager.h | 4 +- lib/CodeGen/CGCall.cpp | 16 ++++++ lib/CodeGen/CGCleanup.cpp | 6 ++- lib/CodeGen/CGDecl.cpp | 2 + lib/CodeGen/CodeGenFunction.h | 14 ++++- test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 20 +++++++ test/CodeGenObjCXX/arc-special-member-functions.mm | 62 +++++++++++++++++++++- test/CodeGenObjCXX/lambda-expressions.mm | 28 +++++++++- 8 files changed, 145 insertions(+), 7 deletions(-)