Age | Commit message (Expand) | Author |
---|---|---|
2009-07-31 | For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s... | Argyrios Kyrtzidis |
2009-07-18 | Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu... | Argyrios Kyrtzidis |
2009-07-18 | Resolve a location that is inside an ObjCMethodDecl. | Argyrios Kyrtzidis |
2009-07-18 | Search through all Decls that are DeclContexts. | Argyrios Kyrtzidis |
2009-07-17 | If we are not doing a Debug build, no need for the debugging print methods. | Argyrios Kyrtzidis |
2009-07-14 | In ResolveLocationInAST, handle locations that are inside TagDecl definitions. | Argyrios Kyrtzidis |
2009-07-10 | Simplify a bit by using functions instead of checking enum values. No functio... | Argyrios Kyrtzidis |
2009-07-07 | Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo... | Argyrios Kyrtzidis |
2009-07-06 | Move the 'ResolveLocationInAST' function from the Frontend library to the Ind... | Argyrios Kyrtzidis |