[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

jahanian fjahanian at apple.com
Fri Jun 24 13:06:48 PDT 2011


On Jun 24, 2011, at 11:50 AM, John McCall wrote:

> 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"

in r133817.

- fariborz

> 
> John.




More information about the cfe-commits mailing list