User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
Very easy to use. Well written source code with good unit testing.
Lowest Rated
Too many false positives, hard to determine which is a real leak. I tried it with wxWidgets project - it does not seem to recognize that an object will be freed by its parent. I know that there is a way of listing those objects in a file, but its too tedious work to list all wxWidgets objects into a single file.
User Reviews
-
Excellent resource, and very fast to respond to issues.
-
very useful tool to improve code
-
Very fast C/C++ linter
-
easy to install and use on RHEL 5.5 -- requires pcre-devel rpm first.
-
Very useful!
-
Very very good for C/C++ programmer :D
-
Good project. It finds actual bugs I care about fixing as well as bugs that are really just lazy programming habits. It's definitely worth running against your project to see what you find.
-
Great tool. Found allready severe errors. Can be easily integrated with Hudson.
-
very simple tool, very efficient in most cases. Excellent reactivity of developers when a problem is pointed out.
-
A nice additional for C++ developers. Just found a memory-leak in a crypto component: The programmer allocated an char[] with new but released it with delete instead of delete[] (Visual C++)
-
Don't leave your development environment without it.
-
Greates thing ever!
-
A must have tool for c++ developers. Using it with Eclipse+cppcheclipse
-
Very good, simple to build, easy to integrate as an external tool in VS, will be keeping a close eye on this and notifying of any false positives.
-
how do i install it for codeblocks?
-
I have not yet seen an open source project that responds so well and quickly to bug reports. I have used this to catch all sorts of errors in all sorts of projects. Invaluable.
-
Great tool, has found many buffer overflows and memory leaks in our 400K SLOC project
-
Too many false positives, hard to determine which is a real leak. I tried it with wxWidgets project - it does not seem to recognize that an object will be freed by its parent. I know that there is a way of listing those objects in a file, but its too tedious work to list all wxWidgets objects into a single file.
-
good tool for catching nasty bugs
-
Very good tool, but of course can be improved and will be one of the C++ angels :) Daniel , tnx for your support and update and Qt choice :)
-
Very good! Please continue this excelent work!
-
Very nice tool, help finding a lot of bugs.
-
Good project, it helps to fix several bugs!
-
very good tool
-
A must have tool for c++ developers.