[cfe-dev] Turning off checkers

Todd Nowacki nowacki724 at gmail.com
Fri Jun 21 11:40:45 PDT 2013


Is there any way to turn off specific checkers for the static analyzer?

I tried just adding one checker, e.g. -analyze-checker=core.DivideZero, but
the following set of checkers still seems to be implicitly enabled:
'core'
'unix'
'deadcode'
'security.insecureAPI.UncheckedReturn'
'security.insecureAPI.getpw'
'security.insecureAPI.gets'
'security.insecureAPI.mktemp'
'security.insecureAPI.mkstemp'
'security.insecureAPI.vfork'

Thanks!

Sincerely,
Todd Nowacki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130621/4c6a1076/attachment.html>


More information about the cfe-dev mailing list