Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0% false positives. See http://cppcheck.sourceforge.net for more information.
License
GNU General Public License version 3.0 (GPLv3)Follow cppcheck
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
It gets the job done.
-
Great tool. Compared to other (paid) tools, the ease of use of Cppcheck is remarkable. It does find issues if you configure it correctly. Via Cmake I was able to custom targets to my solution that check the project in the way I want it to. It's very fast. The Misra2012 addon finds a lot of issues that Polyspace doesn't, but the same is true the other way around. I think the 2 tools complement each other nicely. The support in the discussion forum is greatly appreciated and makes the tool better. Regards
-
Great open source tool with good support!
-
Bug
-
Looks good so far - I was in error in my assessment as to building the tool. I was using 2010 and not 2019. 2019 worked fine. Also, I noticed an installer too. So my original comment was a knee-jerk. Apologies.