summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckObjCDealloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment.Ted Kremenek2008-07-111-2/+3
| | | | llvm-svn: 53473
* Do not emit a "missing -dealloc" warning if a class contains no ivars that ↵Ted Kremenek2008-07-071-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 Kremenek2008-07-031-2/+7
| | | | llvm-svn: 53100
* For the -dealloc checker, check the LangOptions to determine whether or not ↵Ted Kremenek2008-07-031-4/+14
| | | | | | the code is compiled with GC. llvm-svn: 53098
* Added static analysis check to see if a subclass of NSObject implements ↵Ted Kremenek2008-07-031-0/+118
-dealloc, and whether or not that implementation calls [super dealloc]. llvm-svn: 53075
OpenPOWER on IntegriCloud