[cfe-dev] Final AST

Lukas Vogel lukedirtwalkerdev at gmail.com
Fri Jun 14 04:39:38 PDT 2013


Hi,

I'm currently writing a Tool using libtooling & RecursiveAstVisitor.
In the AST I come across quite a lot of Unresolved expressions and I looked
through the documentation of UnresolvedMemberExpr
[UnresolvedMemberExpr]<http://clang.llvm.org/doxygen/classclang_1_1UnresolvedMemberExpr.html#details>
there
it says that those nodes will be resolved in the final AST.
Is there any possibility to get this final AST and run the tool over this?
Or to what does this refer?

Thanks for clarification.
Cheers,
Lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130614/b72d8ea8/attachment.html>


More information about the cfe-dev mailing list