I'm interested in a free tool that can statically check my C++ code like Lint does. Any hints?
|
14
|
|
|
|
|
|
Try Here's a sampling of some of the checks it can perform or that I've used it for:
|
||||
|
|
|
Perhaps a list like this is what you're looking for: http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis It looks like you'll get the most use out of Splint or Uno . |
||
|
|
|
|
You might want to check out this project:
And few not free ones:
|
||
|
|
|
|
This SO question has relevant answers: What is the Best Command Line Tool to Clean Up Code? |
||
|
|
|
|
splint ? |
||||
|
