[cfe-dev] AST matchers use
Siddharth Shankar Swain via cfe-dev
cfe-dev at lists.llvm.org
Fri Sep 15 06:03:53 PDT 2017
Hi,
Can we use AST Matchers to find out external functions and variables ? i.e
if we have ASTs of say two different files and we want to find if a
function is used in one file and defined in another can we find it with AST
Matcher? And can we build a CFG after finding the dependencies across
files? Please guide.
Thanks,
Siddharth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170915/9df95c4f/attachment.html>
More information about the cfe-dev
mailing list