http://llvm.org/bugs/show_bug.cgi?id=10794

Jordy Rose <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Jordy Rose <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to