[cfe-dev] running analysis across translation units

AAA C via cfe-dev cfe-dev at lists.llvm.org
Sat May 25 23:38:47 PDT 2019


Hello,

Is there a way to analyze multiple translation units / files using clang?
I'm trying to implement a simple analysis to match up each function call to
its potential FunctionDecls, where the decls might be defined in multiple
files.

Thanks,
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190525/1d66e6c6/attachment.html>


More information about the cfe-dev mailing list