Robert,
> Clang (analysis) has the ability to emit diagnostics as HTML pages. I happened to be experimenting with a a prerelease version of clang 3.0, and gave it this code as a test...Here's the HTML warning, which may, and should, knock your socks off.
That is excellent. Out of curiosity, what does it emit with this:
local fn CreateFoo as CFStringRef
dim as CFStringRef s
s = fn CFStringCreateCopy( _kCFAllocatorDefault, @"bar" )
end fn = s
Ken