Description
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 the wiki for more information.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Really good tool to pinpoint oddities in large code base. I run cppcheck during the nightly build and it help catch problem in the process.
-
Thanks very good project! +
-
Excelent tool!
-
Cppcheck is the best! Thanks.
-
cppcheck is simple to use, and produces very helpful results!
-
very good project, thanks!