<div>Did you modify the gdb makefiles in any way before running "scan-build"? I have implemented a checker and I want to test its effectiveness against open source code. For that I am trying to run scan-build on gdb. Nothing happens as in the analysis never gets run during the gdb make process. I dug through the scan-build files to see whats going on and found that unless the makefile uses $(CC) and $(CXX) in it, the analyzer is not run. So I wanted to find out if you modified anything for this experiment? If yes, can you please give me the details?</div>



<div><br></div><div><br></div><div><div class="gmail_quote">On Sat, Oct 1, 2011 at 10:11 AM, John Smith <span dir="ltr"><<a href="mailto:lbalbalba@gmail.com" target="_blank">lbalbalba@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, I ran scan-build on a few open source codebases again. This time<br>
using trunk r140859 (compared to r139148).<br>
<br>
The most obvious diffs: lots less 'Dead store/Dead assignment' reports<br>
on some codebases (bind, dhcp). So either someone has done very good<br>
[eliminating false positives] or messed up [increased false<br>
negatives]...<br>
;)<br>
<br>
It's pretty much the same results between revs for the rest of the<br>
codebases though...<br>
<br>
<a href="http://lbalbalba.freezoka.net/ccc-analyzer/clang%20v3.0%20trunk%20rev.%20140859/" target="_blank">http://lbalbalba.freezoka.net/ccc-analyzer/clang%20v3.0%20trunk%20rev.%20140859/</a><br>
<font color="#888888"><br>
<br>
- John Smith<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</font></blockquote></div><br></div>