<div dir="ltr">On Fri, Jun 14, 2013 at 1:39 PM, Lukas Vogel <span dir="ltr"><<a href="mailto:lukedirtwalkerdev@gmail.com" target="_blank">lukedirtwalkerdev@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I'm currently writing a Tool using libtooling & RecursiveAstVisitor.</div>
<div>In the AST I come across quite a lot of Unresolved expressions and I looked through the documentation of UnresolvedMemberExpr <a href="http://clang.llvm.org/doxygen/classclang_1_1UnresolvedMemberExpr.html#details" target="_blank">[UnresolvedMemberExpr]</a> there it says that those nodes will be resolved in the final AST. <br>

Is there any possibility to get this final AST and run the tool over this? Or to what does this refer?</div></div></blockquote><div><br></div><div style>The AST you see with libtooling should be the final AST :) Are you running over incomplete code (that is, code that doesn't compile)?</div>
<div style><br>Can you paste a reproduction?</div><div style><br></div><div style>Thanks,</div><div style>/Manuel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><br></div><div>Thanks for clarification.</div><div>Cheers,</div><div>Lukas</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>