[cfe-commits] r157347 - in /cfe/trunk: lib/ARCMigrate/TransProperties.cpp lib/ARCMigrate/TransRetainReleaseDealloc.cpp lib/ARCMigrate/Transforms.cpp lib/ARCMigrate/Transforms.h test/ARCMT/Common.h test/ARCMT/autoreleases.m test/ARCMT/autoreleases.m.result test/ARCMT/checking.m test/ARCMT/dispatch.m test/ARCMT/dispatch.m.result
John McCall
rjmccall at apple.com
Wed May 23 14:58:56 PDT 2012
On May 23, 2012, at 2:50 PM, Argyrios Kyrtzidis wrote:
> Author: akirtzidis
> Date: Wed May 23 16:50:04 2012
> New Revision: 157347
>
> URL: http://llvm.org/viewvc/llvm-project?rev=157347&view=rev
> Log:
> [arcmt] Remove an unused -autorelease, without failing with error, for this
> idiom that is used commonly in setters:
>
> [backingValue autorelease];
> backingValue = [newValue retain]; // in general a +1 assign
Thanks!
John.
More information about the cfe-commits
mailing list