| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid ↵ | Argyrios Kyrtzidis | 2009-07-18 | 1 | -7/+0 |
| | | | | | | | | | returning an implicit 'self' instead of the ivar. Since implicit 'self' no longer has a source location, it's not needed. (plus we also want to check for a 'self' that is visible in source code) llvm-svn: 76296 | ||||
| * | Resolve a location that is inside an ObjCMethodDecl. | Argyrios Kyrtzidis | 2009-07-18 | 1 | -1/+58 |
| | | | | | llvm-svn: 76272 | ||||
| * | Search through all Decls that are DeclContexts. | Argyrios Kyrtzidis | 2009-07-18 | 1 | -7/+2 |
| | | | | | llvm-svn: 76270 | ||||
| * | If we are not doing a Debug build, no need for the debugging print methods. | Argyrios Kyrtzidis | 2009-07-17 | 1 | -2/+6 |
| | | | | | llvm-svn: 76138 | ||||
| * | In ResolveLocationInAST, handle locations that are inside TagDecl definitions. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -4/+17 |
| | | | | | llvm-svn: 75594 | ||||
| * | Simplify a bit by using functions instead of checking enum values. No ↵ | Argyrios Kyrtzidis | 2009-07-10 | 1 | -15/+30 |
| | | | | | | | functionality change. llvm-svn: 75221 | ||||
| * | Refactor DeclLocResolver/StmtLocResolver into a more functional style by ↵ | Argyrios Kyrtzidis | 2009-07-07 | 1 | -187/+117 |
| | | | | | | | | | removing the search state and by having their Visit* methods return the ASTLocation directly. llvm-svn: 74887 | ||||
| * | Move the 'ResolveLocationInAST' function from the Frontend library to the ↵ | Argyrios Kyrtzidis | 2009-07-06 | 1 | -0/+332 |
| Index library. Also, cut down its comments; more comments will be added to ASTLocation. llvm-svn: 74860 | |||||

