
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Three static code analyzers compared</title>
	<atom:link href="http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/</link>
	<description>Technology is life</description>
	<lastBuildDate>Wed, 27 Mar 2013 09:45:34 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristofer Pettersson</title>
		<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/comment-page-1/#comment-12128</link>
		<dc:creator>Kristofer Pettersson</dc:creator>
		<pubDate>Tue, 21 Aug 2012 06:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.haxx.se/blog/?p=3887#comment-12128</guid>
		<description>Nice blog. Maybe this tool can add something to your list
http://labs.oracle.com/projects/parfait/</description>
		<content:encoded><![CDATA[<p>Nice blog. Maybe this tool can add something to your list<br />
<a href="http://labs.oracle.com/projects/parfait/" rel="nofollow">http://labs.oracle.com/projects/parfait/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoachimS</title>
		<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/comment-page-1/#comment-12074</link>
		<dc:creator>JoachimS</dc:creator>
		<pubDate>Wed, 08 Aug 2012 11:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.haxx.se/blog/?p=3887#comment-12074</guid>
		<description>Aloha!

Dunno if you saw it, but Carmac did a similar test and writeup that has some good pointers re static code analusis. He also tested the tool suggested by Andrey.

http://www.altdevblogaday.com/2011/12/24/static-code-analysis/</description>
		<content:encoded><![CDATA[<p>Aloha!</p>
<p>Dunno if you saw it, but Carmac did a similar test and writeup that has some good pointers re static code analusis. He also tested the tool suggested by Andrey.</p>
<p><a href="http://www.altdevblogaday.com/2011/12/24/static-code-analysis/" rel="nofollow">http://www.altdevblogaday.com/2011/12/24/static-code-analysis/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/comment-page-1/#comment-11713</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Fri, 13 Jul 2012 08:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.haxx.se/blog/?p=3887#comment-11713</guid>
		<description>@Andrey: I run and use Linux. Please come back when I can run your tool on Linux and I will love trying it out!</description>
		<content:encoded><![CDATA[<p>@Andrey: I run and use Linux. Please come back when I can run your tool on Linux and I will love trying it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/comment-page-1/#comment-11712</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Fri, 13 Jul 2012 05:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.haxx.se/blog/?p=3887#comment-11712</guid>
		<description>Hello.

I suggest to try PVS-Studio: http://www.viva64.com/en/pvs-studio/

See also:

Comparing static analysis in Visual Studio 2012 (Visual C++ 2012) and PVS-Studio: http://www.viva64.com/en/b/0151/

Cppcheck and PVS-Studio compared: http://www.viva64.com/en/b/0149/

100 bugs in Open Source C/C++ projects: http://www.viva64.com/en/a/0079/</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I suggest to try PVS-Studio: <a href="http://www.viva64.com/en/pvs-studio/" rel="nofollow">http://www.viva64.com/en/pvs-studio/</a></p>
<p>See also:</p>
<p>Comparing static analysis in Visual Studio 2012 (Visual C++ 2012) and PVS-Studio: <a href="http://www.viva64.com/en/b/0151/" rel="nofollow">http://www.viva64.com/en/b/0151/</a></p>
<p>Cppcheck and PVS-Studio compared: <a href="http://www.viva64.com/en/b/0149/" rel="nofollow">http://www.viva64.com/en/b/0149/</a></p>
<p>100 bugs in Open Source C/C++ projects: <a href="http://www.viva64.com/en/a/0079/" rel="nofollow">http://www.viva64.com/en/a/0079/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Darcy</title>
		<link>http://daniel.haxx.se/blog/2012/07/12/three-static-code-analyzers-compared/comment-page-1/#comment-11710</link>
		<dc:creator>Jeff Darcy</dc:creator>
		<pubDate>Thu, 12 Jul 2012 20:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.haxx.se/blog/?p=3887#comment-11710</guid>
		<description>FYI, the way Coverity displays defects when using their own web UI is more like the clang-analyzer example you show than like the Coverity HTML.  It also shows the specific paths that must be taken to reach the defect, but has even more capability to expand/collapse code sections, jump to definitions/uses, etc  It&#039;s actually a pretty good code browser.  Unfortunately, since it&#039;s a commercial product, they consider that interface to be part of their &quot;secret sauce&quot; and their licenses explicitly forbid sharing it with others.  I think it would be fair to say that the clang HTML is nicer because that&#039;s all they have while the Coverity HTML is relegated to a secondary role for when sharing the full web UI is not allowed.

Disclaimer: two-time Coverity licensee, no other association with them.</description>
		<content:encoded><![CDATA[<p>FYI, the way Coverity displays defects when using their own web UI is more like the clang-analyzer example you show than like the Coverity HTML.  It also shows the specific paths that must be taken to reach the defect, but has even more capability to expand/collapse code sections, jump to definitions/uses, etc  It&#8217;s actually a pretty good code browser.  Unfortunately, since it&#8217;s a commercial product, they consider that interface to be part of their &#8220;secret sauce&#8221; and their licenses explicitly forbid sharing it with others.  I think it would be fair to say that the clang HTML is nicer because that&#8217;s all they have while the Coverity HTML is relegated to a secondary role for when sharing the full web UI is not allowed.</p>
<p>Disclaimer: two-time Coverity licensee, no other association with them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
