Apple released an interesting article today: Improving Your Software with Xcode and Static Code Analysis Techniques. I took a quick gander through it, and it’s really about taking advantage of XCode to drive more warnings and details back from the GNU cc compiler. Which, by the way, is a nice guide to have – because it’s not terribly obvious to a lot of compiler novices what’s what in there. Heh – and reading the man page for gcc is, well, lets just say that it could be considered punishment in some places.