<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Unfortunately, we don't have such a flag for scan-build.<div class=""><br class=""></div><div class="">Note that some checkers depend on "core" checkers to be enabled. Some of the core checkers are responsible for modeling tasks, for example, dealing with noreturn functions.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Anna.<br class=""><div><blockquote type="cite" class=""><div class="">On Jan 20, 2015, at 9:04 AM, Saheel Godhane <<a href="mailto:srgodhane@ucdavis.edu" class="">srgodhane@ucdavis.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello everyone,<div class=""><br class=""></div><div class="">I have written a checker and wish to run it over a whole-program (entire project). I think the scan-build utility comes pretty handy in this case. But it has lots of default checkers enabled. I found no straightforward way to disable all of them, other than using the -disable-checker flag in scan-build for each one of them.</div><div class=""><br class=""></div><div class=""><b class="">Hence my question: how to run only a specific checker with scan-build? OR how to disable all default checkers at once?</b></div><div class=""><br class=""></div><div class="">Worst comes to worst, I will just use the -disable-checker flag, but wanted to know if there's a better way to accomplish this.</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Saheel.</div></div>
_______________________________________________<br class="">cfe-dev mailing list<br class=""><a href="mailto:cfe-dev@cs.uiuc.edu" class="">cfe-dev@cs.uiuc.edu</a><br class="">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br class=""></div></blockquote></div><br class=""></div></body></html>