<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>C++ syntax validator</title>
		<link>http://www.allegro.cc/forums/view/616838</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 03 Apr 2017 22:37:22 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi, </p><p>can anybody give a suggestion for a C++ syntax checking/validation tool? In my job we are using a scripting language with a C++ syntax. I&#39;ve already searched for such tool but Google just found code analysing tools regarding to performance and code quality measurement. I just want to test, if there are any syntax errors in my source code. The syntax checking of the scripting language we are using at work has a very poor and not reliable error reporting.</p><p>By the way, an open source tool would be awesome :-)</p><p>Thanks in advance!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kevin Adrian)</author>
		<pubDate>Mon, 03 Apr 2017 14:35:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Clang and GCC have an option, -fsyntax-only, to only check for syntax errors. Assuming the language is a strict subset of C or C++, that should work.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Erin Maus)</author>
		<pubDate>Mon, 03 Apr 2017 17:28:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>OK thanks! I&#39;ll try that.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kevin Adrian)</author>
		<pubDate>Mon, 03 Apr 2017 18:25:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Also, the term you&#39;re looking for is a Linter. A tool that merely checks the code validity.</p><p>One of the most popular C++ linters is called CppCheck and it&#39;s a huge, well-supported, project.</p><p><a href="http://cppcheck.sourceforge.net/">http://cppcheck.sourceforge.net/</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Chris Katko)</author>
		<pubDate>Mon, 03 Apr 2017 22:37:22 +0000</pubDate>
	</item>
</rss>
