Looks great to me.<br><br><div class="gmail_quote">2010/11/2 Marcin Ĺšwiderski <span dir="ltr"><<a href="mailto:marcin.sfider@gmail.com">marcin.sfider@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi<div><br></div><div>Patch adds generating destructors for temporary objects. Two cases I know of, that are not handled properly:</div><div>1. For statement: const C& c = C(0) ?: C(1) destructors generated for condition will not differ from those generated for case without prolonged lifetime of temporary,</div>

<div>2. There will be no destructor for constant reference member bound to temporary at the exit from constructor.</div><div><br></div><div>Please review and approve for commit.</div><div><br></div><font color="#888888"><div>
- Marcin</div>
</font></blockquote></div><br>