http://llvm.org/bugs/show_bug.cgi?id=10506
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Richard Smith <[email protected]> 2011-09-04 18:56:04 CDT --- Manual tests indicate that this works fine. I've extended the unit test for temporary cleanups in range-based for to cover the dependent case in r139109. When the range is dependent, the condition and increment expressions aren't built until the template is instantiated. When they're built (by BuildCXXForRangeStmt), ActOnFinishFullExpr is called to clean up the temopraries. -- 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
