summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckObjCUnusedIVars.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-2/+2
| | | | | | | | | | | uses of getName() with uses of getDeclName(). This upgrades a bunch of diags to take DeclNames instead of std::strings. This also tweaks a couple of diagnostics to be cleaner and changes CheckInitializerTypes/PerformInitializationByConstructor to pass around DeclarationNames instead of std::strings. llvm-svn: 59947
* The "unused ivar" check now has a category: "Optimization"Ted Kremenek2008-09-211-1/+1
| | | | llvm-svn: 56402
* Have the UnusedIvar check skip ivars with setters/getters created by ↵Ted Kremenek2008-07-251-4/+26
| | | | | | @synthesize. llvm-svn: 54050
* Properly skip IBOutlets when checking for unused ivars.Ted Kremenek2008-07-231-4/+6
| | | | | | | Refine the error message of unused ivars. Added test case. llvm-svn: 53957
* Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl::Protected, not private.Ted Kremenek2008-07-231-2/+1
| | | | llvm-svn: 53953
* Add prototype implementation of unused ivar check.Ted Kremenek2008-07-231-0/+87
llvm-svn: 53942
OpenPOWER on IntegriCloud