summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckObjCUnusedIVars.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-162/+0
* Port BugReporter and BugType to StringRef.Benjamin Kramer2009-11-291-1/+1
* Cleanup includes and forward decls.Benjamin Kramer2009-11-281-0/+1
* Unused ivar checker: ivars referenced by lexically nested functions should no...Ted Kremenek2009-11-201-1/+32
* Unused ivars checker: also check methods in categories that are defined in th...Ted Kremenek2009-10-281-0/+8
* Pull ivar scanning logic into another utility function. This refactoring will...Ted Kremenek2009-10-281-10/+17
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+12
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-211-1/+2
* Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars us...Ted Kremenek2009-08-071-2/+8
* Constify some pointers. No functionality change.Ted Kremenek2009-08-071-15/+16
* remove dead code.Zhongxing Xu2009-06-301-3/+0
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-4/+4
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Remove uses of std::ostream from libAnalysis.Ted Kremenek2009-06-241-3/+2
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-6/+7
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-1/+1
* More title-casing of bug type names.Ted Kremenek2009-04-021-1/+1
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-2/+2
* The "unused ivar" check now has a category: "Optimization"Ted Kremenek2008-09-211-1/+1
* Have the UnusedIvar check skip ivars with setters/getters created by @synthes...Ted Kremenek2008-07-251-4/+26
* Properly skip IBOutlets when checking for unused ivars.Ted Kremenek2008-07-231-4/+6
* Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl::Protected, not private.Ted Kremenek2008-07-231-2/+1
* Add prototype implementation of unused ivar check.Ted Kremenek2008-07-231-0/+87
OpenPOWER on IntegriCloud