This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a4a75f6417 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. new c28eb6d02c [CodeGen] Eagerly emit lifetime.end markers for calls
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: lib/CodeGen/CGExprAgg.cpp | 34 +++++++++--- test/CodeGen/aggregate-assign-call.c | 101 +++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/aggregate-assign-call.c