Archive for the 'C++' Category

C++ static analysis

Yesterday I was looking for a free C++ static analysis tool that I could use on Wesnoth code base and found cppcheck. It’s actually quite nice and supports running tests in parallel (much appreciated quality in the increasingly multi-core world). I’m yet to compare it with other tools, but thanks to cppcheck I’ve already fixed this, this and this.

Sadly, compared to Java there are very few similar tools that support C++…