http://www.tuaw.com/2009/09/08/xcode-3-2-daily-tip-analyzing-your-code/
Would be interesting to see how this pans out. I'm sure we can do a
better job of presenting errors with Eclipse than XCode can, even if
CLang is generating more understandable error messages than GCC does.
Alex
Also, take a look at this front-end with additions, it's great:
www.karppinen.fi/analysistool/
"AnalysisTool is a Mac OS X application which provides GUI and CLI
frontends to the LLVM/Clang static analyzer, a tool that finds bugs in
C and Objective-C programs. AnalysisTool includes a custom version of
LLVM/Clang static analyzer. AnalysisTool's version of Clang includes
some additional analyses and features which are not included in the
official LLVM/Clang static analyzer distribution."
/Felix
2009/9/8 Alex Blewitt <alex.b...@gmail.com>: