[cfe-commits] r54024 - /cfe/trunk/lib/Analysis/CheckObjCDealloc.cpp
Chris Lattner
clattner at apple.com
Fri Jul 25 10:11:13 PDT 2008
On Jul 25, 2008, at 10:04 AM, Ted Kremenek wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=54024&view=rev
> Log:
> Only warn about missing/incomplete -dealloc implementations when a
> class contains a non-SEL, non-IBOutlet ivar that references an ObjC
> object.
Cool, but now the call to isSEL is dead :)
-Chris
More information about the cfe-commits
mailing list