Hi Enea,<br><br><div class="gmail_quote">On Thu, Jul 8, 2010 at 10:25 AM, Enea Zaffanella <span dir="ltr"><<a href="mailto:zaffanella@cs.unipr.it">zaffanella@cs.unipr.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
In the commit below the public method<br>
  CXXDefaultArgExpr::setUsedLocation()<br>
has been removed and friendship has been granted<br>
to PCH reader and writer.<br>
<br>
We were using setUsedLocation in our own code.<br>
Would it be OK if we restore it?<br></blockquote><div><br></div><div>Sure! If I remove an AST method which I thought was in place only to support PCH, feel free to restore it.</div><div><br></div><div>Just for clarification, the friendship has been granted because the PCH reader is not safe to freely use the AST interfaces, I learned it the hard way many times.</div>
<div> </div><div>-Argiris</div></div>