I've been testing out a few IDEs lately and have settled on CodeLite..it has everything ..i just need to integrate LINT now..Has anybody done it before?
http://en.wikipedia.org/wiki/PC-Lint
PC Lint is commercial software that we use at work to check source code for discrepancies, basically a static code analyzer. Its been setup a long time ago and I've been through the manual but I cant make head or tail of it at the moment. Ive managed to setup the tool to lint a single file, but that means every function defined outside that c file throws an error. Is there an open source alternative?