[cfe-dev] CodeGen help for a new feature in ObjC

John McCall rjmccall at apple.com
Tue Dec 20 11:05:43 PST 2011


On Dec 20, 2011, at 11:00 AM, Remy Demarest wrote:
> I'll think I'll just KISS it and to the retain before the body emission and the do the release after the body implementation.

That seems workable.  However, you should push a cleanup to do the release instead of just manually calling it;  pushDestroy should do what you want.

John.



More information about the cfe-dev mailing list