[LLVMbugs] [Bug 10794] REGRESSION: ObjC objects passed to C++ 'new' are still retain-count-tracked
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 16 19:40:38 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=10794
Jordy Rose <jediknil at belkadan.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jordy Rose <jediknil at belkadan.com> 2012-03-16 21:40:38 CDT ---
This now works because of the linearized CFG: the CXXConstructExpr inside the
CXXNewExpr makes everything good. Admittedly we're not quite doing the right
thing with the interaction between the two, but it's no longer
RetainCountChecker's problem.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list