<div dir="ltr">Anyone? Should be quick and low risk if anyone has a few minutes.<div><br></div><div style>Thanks!</div><div style>Will.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 31 January 2013 01:46, Will Wilson <span dir="ltr"><<a href="mailto:will@indefiant.com" target="_blank">will@indefiant.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for committing the last patch however there's another edge case not covered by the previous patch:<div>
<br></div><div><div>  struct VirualDestrClass</div><div>  {</div><div>    VirualDestrClass(int arg);</div>
<div>    virtual ~VirualDestrClass();</div><div>  };</div><div><br></div><div>  struct ConstrWithCleanupsClass</div><div>  {</div><div>    ConstrWithCleanupsClass(const VirualDestrClass& cplx = VirualDestrClass(42));</div>

<div>  };</div></div><div><br></div><div>  ConstrWithCleanupsClass cwcNoArg;<br></div><div><br></div><div>Here cwcNoArg has it's CXXConstructExpr wrapped in a ExprWithCleanups (to handle the cleanup of the temporary). As the old code didn't look through the implicit expressions the printed result was this:</div>

<div><br></div><div>  ConstrWithCleanupsClass cwcNoArg();</div>















<div><br></div><div>Patch attached with fix and new test-cases for review and commit if it LGTY. All tests passed locally.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>- Will.</div></font></span></div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><span style="background-color:rgb(255,255,255);color:rgb(68,68,68);font-family:Arial,Helvetica,sans-serif"><b>Indefiant Ltd.</b></span></div><div><font color="#444444" face="Arial, Helvetica, sans-serif"><span style="font-size:12px"><b><br>
</b></span></font></div><font color="#444444" face="Arial, Helvetica, sans-serif"><span style="font-size:12px">Firsby Lodge, New Main Road, Scamblesby, Louth, Lincs LN11 9XH UK<br></span></font><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:rgb(255,255,255)">
<span style="color:rgb(68,68,68);font-family:Arial,Helvetica,sans-serif;font-size:x-small"><i>Tel: +44 20 8123 7663 England Registered No. 07936820 VAT No. </i></span><span style="background-color:transparent"><font color="#444444" face="Arial, Helvetica, sans-serif" size="1"><i>128556202</i></font></span></div>

</div>