aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CheckObjCDealloc.cpp
AgeCommit message (Expand)Author
2008-07-15For the MissingDealloc check, don't treat IBOutlet ivars as being needed to b...Ted Kremenek
2008-07-14Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...Ted Kremenek
2008-07-11Fix comment.Ted Kremenek
2008-07-07Do not emit a "missing -dealloc" warning if a class contains no ivars that ar...Ted Kremenek
2008-07-03Skip the "-dealloc" check if a ObjC class contains no ivars.Ted Kremenek
2008-07-03For the -dealloc checker, check the LangOptions to determine whether or not t...Ted Kremenek
2008-07-03Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek