I'm looking for some alternatives to the PVS-Studio tool, in order to run some static code analysis in C projects. Do you guys have any suggestions?
|
You don't state what you need, nor platform (your nick suggests linux), but I use(d) these in past with great impact on my code:
All of these can be integrated at the same time into eclipse (using plugins, "run external tools" ar internally) and provide real time checking and analysis within Eclipse CDT IDE for linux programmers. If you want more, there is alsa awesome set of tools in Frama-C. These are best free tools (not necessarily opensource or free for commercial use) for static analysis I know of and they really make nice synergy with eclipse. Sorry for advertising eclipse btw, except for Codan tools, these are accessible by other means (cppcheck provides simple GUI I believe, and others are all accessible from shell). |
||||
|
|
|
if you miss particular feature in pvs-studio you might try to contact authors. When I had trouble (analyzer crashed on one wierd project set-up) they issued me a hot-fix in two days (and I was not a registered user, was just trying out the tool!) |
|||
|
|
|
You don't mention what features you're looking for, but you can check out Vigilant Sentry and see if it meets your needs. It does static analysis of C and C++ programs, and has a plugin system for developing your own custom checks. |
|||
|