<?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: SeattleBus Diary: Using CLANG static analyzer with an iPhone project</title>
	<atom:link href="http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/</link>
	<description>Mac OS X, iPhone, Tech, and daily life in Seattle</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:51:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-92835</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 12 Jun 2009 05:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-92835</guid>
		<description>You should still be able to get Clang open source to function with the current SDK (gcc 4.2). However, I suspect that if you wait until September, the workarounds to get the open source project will be mitigated.</description>
		<content:encoded><![CDATA[<p>You should still be able to get Clang open source to function with the current SDK (gcc 4.2). However, I suspect that if you wait until September, the workarounds to get the open source project will be mitigated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-92818</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Fri, 12 Jun 2009 01:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-92818</guid>
		<description>It seem that it does not work for sdk 3.0 wrong gcc</description>
		<content:encoded><![CDATA[<p>It seem that it does not work for sdk 3.0 wrong gcc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lionstarr</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-90390</link>
		<dc:creator>lionstarr</dc:creator>
		<pubDate>Mon, 04 May 2009 18:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-90390</guid>
		<description>Hi!
I am trying to get this running. I made sure, that all the steps you suggested are done and I did a xcodebuild clean before running scan-build. Unfortunately, this runs and displays a webpage, which only describes errors related to compiling: Namely: &quot;-miphoneos-version-min=2.2.1 is invalid, expected something like &#039;2.0&#039;.&quot;.
Any Idea, what I can do to make this work for me? I really need help finding my leaks :-)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am trying to get this running. I made sure, that all the steps you suggested are done and I did a xcodebuild clean before running scan-build. Unfortunately, this runs and displays a webpage, which only describes errors related to compiling: Namely: &#8220;-miphoneos-version-min=2.2.1 is invalid, expected something like &#8216;2.0&#8242;.&#8221;.<br />
Any Idea, what I can do to make this work for me? I really need help finding my leaks <img src='http://www.rhonabwy.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Image memory at Under The Bridge</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-80447</link>
		<dc:creator>Image memory at Under The Bridge</dc:creator>
		<pubDate>Sat, 03 Jan 2009 04:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-80447</guid>
		<description>[...] for device builds no &#8230; but the simulator uses Intel binaries! Convenient, no? Thanks to this post for explaining to us My workflow after I’ve really worked on the codebase is [...]</description>
		<content:encoded><![CDATA[<p>[...] for device builds no &#8230; but the simulator uses Intel binaries! Convenient, no? Thanks to this post for explaining to us My workflow after I’ve really worked on the codebase is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-75837</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-75837</guid>
		<description>Thanks for this! I ran scan-build on my project, but after going after the &quot;low hanging fruit&quot;, I had problems running it again. I would get some build errors that didn&#039;t come with much explanation (and things built just fine with xCode). After running those &quot;rm&quot; commands, it worked great!</description>
		<content:encoded><![CDATA[<p>Thanks for this! I ran scan-build on my project, but after going after the &#8220;low hanging fruit&#8221;, I had problems running it again. I would get some build errors that didn&#8217;t come with much explanation (and things built just fine with xCode). After running those &#8220;rm&#8221; commands, it worked great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
