Displaying 2 results from an estimated 2 matches for "astvisitors".
2017 Sep 19
0
Dependency Info from AST
...ani.ac.in> wrote:
>
> Hi Chris,
> Thanks for the suggestion i was trying to use the patch https://reviews.llvm.org/D30691 <https://reviews.llvm.org/D30691> and ASTimporter concept for cross file analysis. Can u explain in details the approach u suggested ?
There is a tutorial on ASTVisitors here:
http://clang.llvm.org/docs/RAVFrontendAction.html
> What is `nm` on the object files ?
nm is a standard unix tool:
https://en.wikipedia.org/wiki/Nm_%28Unix%29 <https://en.wikipedia.org/wiki/Nm_(Unix)>
-Chris
> Can u suggest some approach to start on this cross file analysis to...
2017 Sep 19
3
Dependency Info from AST
Hi Chris,
Thanks for the suggestion i was trying to use the patch
https://reviews.llvm.org/D30691 and ASTimporter concept for cross file
analysis. Can u explain in details the approach u suggested ? What is `nm`
on the object files ? Can u suggest some approach to start on this cross
file analysis tool.
Thanks,
Siddharth
On Tue, Sep 19, 2017 at 9:42 PM, Chris Bieneman <beanz at apple.com>