[cfe-dev] [analyzer] Cross-function and cross TU CFG analysis
Alexander Zaitsev via cfe-dev
cfe-dev at lists.llvm.org
Sun Feb 3 17:38:31 PST 2019
Hello.
Does Clang Static Analyzer/Clang Tidy support cross function and cross
translation unit CFG analysis?
Cross TU means I have a function `foo` in one TU; `foo` calls `bar'
which is defined in another TU.
Cross function means I have a function `foo` which calls `bar` function.
And I want to analyze 'bar' CFG with some information from 'foo' CFG.
Thank you.
--
Best regards,
Alexander Zaitsev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190204/7d9fe810/attachment.sig>
More information about the cfe-dev
mailing list