| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -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 Kremenek | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56402 | ||||
| * | Have the UnusedIvar check skip ivars with setters/getters created by ↵ | Ted Kremenek | 2008-07-25 | 1 | -4/+26 |
| | | | | | | | @synthesize. llvm-svn: 54050 | ||||
| * | Properly skip IBOutlets when checking for unused ivars. | Ted Kremenek | 2008-07-23 | 1 | -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 Kremenek | 2008-07-23 | 1 | -2/+1 |
| | | | | | llvm-svn: 53953 | ||||
| * | Add prototype implementation of unused ivar check. | Ted Kremenek | 2008-07-23 | 1 | -0/+87 |
| llvm-svn: 53942 | |||||

