[PATCH] D25429: [analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 01:14:42 PDT 2016
NoQ added a comment.
In https://reviews.llvm.org/D25429#565939, @xazax.hun wrote:
> I might be confused, but as far as I remember, when you do static linking, symbols tend to be linked in lazily. So as long as you do not use the matchers, those numbers might be misleading.
Yep, i did actually obtain these numbers by using matchers in one of the checkers.
https://reviews.llvm.org/D25429
More information about the cfe-commits
mailing list