[cfe-dev] Traversing AST node by node
Hashan Buddhika Narangodage
hashanbn at gmail.com
Mon Aug 10 21:22:27 PDT 2015
Hi all,
I'm currently doing a project that needs me to analyse the AST of source
codes from top to bottom without traversing specific parts of the AST. I
want to simple traverse each and every node in the tree structure and
collect information. Is there an easy way to get this done ?
I'm new to clang so any help would be greatly appreciated.
Thanks in advance,
Cheers!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150811/78483d4e/attachment.html>
More information about the cfe-dev
mailing list