U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » External resources » CppCheck - A tool for C/C++ code analysis
CppCheck - A tool for C/C++ code analysis [message #49579] Mon, 05 March 2018 20:34 Go to previous message
Oblivion is currently offline  Oblivion
Messages: 1266
Registered: August 2007
Senior Contributor
Hello,

Recently I've discovered this cool static analysis tool called CppCheck. (http://cppcheck.sourceforge.net/#features)
And yesterday I've seen at the kdeplanet that it is finally added to KDevelop too (KDE's IDE)


Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). 


It is very easy to deploy, and AFAIK, can be integrated well with TheIdE. (Its command line is very simple, and configurations & templates are already available, and very flexible (also in XML format)).

I believe this would be a good addition to TheIDE as a plugin/external app (such as gdb).

Documentation:

http://cppcheck.sourceforge.net/manual.pdf


Any thoughts?



[Updated on: Mon, 05 March 2018 20:35]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: build2
Next Topic: Build a simple ActiveX control
Goto Forum:
  


Current Time: Mon Apr 27 14:09:17 GMT+2 2026

Total time taken to generate the page: 0.00669 seconds