Go to file
Ted Kremenek c719424caa Added skeleton checking for NSString's method initWithFormat: (do not pass nil). This won't be useful in most cases right now
because the analyzer isn't tracking expected types for an object, and [NSString alloc] just runs "id".

llvm-svn: 48917
2008-03-28 16:09:38 +00:00
clang Added skeleton checking for NSString's method initWithFormat: (do not pass nil). This won't be useful in most cases right now 2008-03-28 16:09:38 +00:00
llvm ifdef out a dead function. Should this be removed? 2008-03-28 15:36:27 +00:00