AnalysisTool is a front end GUI, but also uses some custom rules that are not part of Clang. To my knowledge, Clang doesn't enforce/suggest any naming conventions for instance variables, so what you're seeing is probably an in-house coding style (used by the developers of AT) that you can safely ignore. See this SO answer for more details.
The Clang Static Analyzer itself is now available as a binary download for Leopard, whereas previously you had to build it yourself, which was complex and time-consuming. It's fairly easy to use without a GUI, and the reports are pretty nice overall.