Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1092
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: Wed Apr 24 12:30:07 CEST 2024

Total time taken to generate the page: 0.04476 seconds