Y
yusufm
Is there a findbugs type tool that analyzes C/C++ code?
Thanks.
Thanks.
Is there a findbugs type tool that analyzes C/C++ code?
Is there a findbugs type tool that analyzes C/C++ code?
Thanks.
Is there a findbugs type tool that analyzes C/C++ code?
Dietmar Kuehl said:Is there a findbugs type tool that analyzes C/C++ code?
I don't know what "findbugs" does but there are several tools which
capture certain kinds of errors: [...]
- Purify locates problems at run time at the cost of decreased
performance. For example, purify detects uninitialized memory
reads, freed memory writes, out of bounds accesses, etc. It is a
brilliant tool although running the purified code will takes
quite long to execute.
Dave said:FWIW, Valgrind is a similar beastie, but open source and specific to
certain platforms (x86 Linux). We've had much better luck with
Valgrind than we did with Purify.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.