summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckObjCDealloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-2/+2
* Remove call to isSEL and isSEL itself since the call is dead (isObjCObjectPoi...Ted Kremenek2008-07-251-10/+1
* Only warn about missing/incomplete -dealloc implementations when a class cont...Ted Kremenek2008-07-251-6/+7
* Use ASTContext::isObjCObjectPointerType() to check if an ivar is a reference ...Ted Kremenek2008-07-241-3/+3
* Don't issue a missing +dealloc warning for classes that just contain SEL ivars.Ted Kremenek2008-07-241-1/+10
* For the MissingDealloc check, don't treat IBOutlet ivars as being needed to b...Ted Kremenek2008-07-151-2/+4
* Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...Ted Kremenek2008-07-141-32/+11
* Fix comment.Ted Kremenek2008-07-111-2/+3
* Do not emit a "missing -dealloc" warning if a class contains no ivars that ar...Ted Kremenek2008-07-071-3/+19
* Skip the "-dealloc" check if a ObjC class contains no ivars.Ted Kremenek2008-07-031-2/+7
* For the -dealloc checker, check the LangOptions to determine whether or not t...Ted Kremenek2008-07-031-4/+14
* Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek2008-07-031-0/+118
OpenPOWER on IntegriCloud