| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix comment. | Ted Kremenek | 2008-07-11 | 1 | -2/+3 |
| | | | | | llvm-svn: 53473 | ||||
| * | Do not emit a "missing -dealloc" warning if a class contains no ivars that ↵ | Ted Kremenek | 2008-07-07 | 1 | -3/+19 |
| | | | | | | | | | are pointers. This patch aims to address some of the concerns of PR 2517: http://llvm.org/bugs/show_bug.cgi?id=2517 llvm-svn: 53168 | ||||
| * | Skip the "-dealloc" check if a ObjC class contains no ivars. | Ted Kremenek | 2008-07-03 | 1 | -2/+7 |
| | | | | | llvm-svn: 53100 | ||||
| * | For the -dealloc checker, check the LangOptions to determine whether or not ↵ | Ted Kremenek | 2008-07-03 | 1 | -4/+14 |
| | | | | | | | the code is compiled with GC. llvm-svn: 53098 | ||||
| * | Added static analysis check to see if a subclass of NSObject implements ↵ | Ted Kremenek | 2008-07-03 | 1 | -0/+118 |
| -dealloc, and whether or not that implementation calls [super dealloc]. llvm-svn: 53075 | |||||

