[cfe-commits] r133806 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaExpr.cpp test/SemaObjC/arc-unsafe-assigns.m test/SemaObjC/arc.m
John McCall
rjmccall at apple.com
Fri Jun 24 11:50:17 PDT 2011
On Jun 24, 2011, at 11:25 AM, Fariborz Jahanian wrote:
> Author: fjahanian
> Date: Fri Jun 24 13:25:34 2011
> New Revision: 133806
>
> URL: http://llvm.org/viewvc/llvm-project?rev=133806&view=rev
> Log:
> objc-arc: Check on a variety of unsafe assignment of retained
> objects. // rdar://9495837
For this and the previous commits, could you make it clearer *why* this is a problem? i.e. something like
"assigning retained object to unsafe property; object will be released after assignment"
John.
More information about the cfe-commits
mailing list