[cfe-dev] scan-build with -analyzer-ipa=dynamic options

Byoungyoung Lee blee at gatech.edu
Sun Sep 23 14:14:12 PDT 2012


Hello Clang,

I'm trying to run scan-build with my own checker, but it seems like
scan-build does not support to control "-analyzer-ipa" options? I
haven't checked the details of scan-build scripts, but -analyzer-ipa
options are hardcoded somewhere and scan-build only uses
"-analyzer-ipa=inlining" options. Is this because IPA analysis is too
expensive to be used for scan-build, or simply it's not implemented
yet?

Thanks,
Byoungyoung



More information about the cfe-dev mailing list