<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to IncompleteStatement</title><link>https://sourceforge.net/p/cppcheck/wiki/IncompleteStatement/</link><description>Recent changes to IncompleteStatement</description><atom:link href="https://sourceforge.net/p/cppcheck/wiki/IncompleteStatement/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 30 Sep 2014 13:03:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppcheck/wiki/IncompleteStatement/feed" rel="self" type="application/rss+xml"/><item><title>IncompleteStatement modified by Daniel Marjamäki</title><link>https://sourceforge.net/p/cppcheck/wiki/IncompleteStatement/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="incomplete-statement"&gt;Incomplete statement&lt;/h1&gt;
&lt;p&gt;The following code will compile without warnings by all compilers I've tested:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="kt"&gt;void&lt;/span&gt; &lt;span class="nf"&gt;foo&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="s"&gt;"abc"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="mi"&gt;123&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Therefore a check has been added that detects such statements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Marjamäki</dc:creator><pubDate>Tue, 30 Sep 2014 13:03:03 -0000</pubDate><guid>https://sourceforge.net7212518315258e765c5b95422e458d362b905afd</guid></item></channel></rss>