What tools do you use for static code analysis? [closed]
I have been setting up a Hudson continuous integration (CI) build system for my Objective-C iPhone projects (iOS apps), and have compiled a varied list of tools that can be used to analyze my projects during a build: Clang static analyzer: free, up-to-date stand-alone tool that catches more issues than the version of Clang included … Read more