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