This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 16b7f51 [Objective-C] Fix __weak type traits with -fobjc-weak new f884a84 [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
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/Type.h | 3 +++ lib/AST/Type.cpp | 6 +++++- lib/Sema/SemaDecl.cpp | 3 ++- lib/Sema/SemaExpr.cpp | 18 +++++++++++------- lib/Sema/SemaExprMember.cpp | 10 ++++------ lib/Sema/SemaExprObjC.cpp | 2 ++ lib/Sema/SemaPseudoObject.cpp | 16 +++++++--------- test/SemaObjC/arc-repeated-weak.mm | 10 +++++++--- 8 files changed, 41 insertions(+), 27 deletions(-)