15th July, 2008
Quentin Carnicelli of Rogue Amoeba on Clang:
In short, Clang Static Analysis is like an extended set of compiler warnings for your code (C and Obj-C as of this writing). However, the Clang Checker has a vastly better understanding of your code than a compiler. It can detect memory leaks, double-frees, bad pointer references, and other such bugs that keep you up at night.
Looks like a must have tool for developing on Mac OS X.
