1. 9b9685d Handle invalid ASTLocations instead of asserting. by Argyrios Kyrtzidis · 15 years ago
  2. 21b01c7 Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar. by Argyrios Kyrtzidis · 15 years ago
  3. b57a4fe Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). by Argyrios Kyrtzidis · 15 years ago
  4. 0df1347 Resolve a location that is inside an ObjCMethodDecl. by Argyrios Kyrtzidis · 15 years ago
  5. cc1ccb7 Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl. by Argyrios Kyrtzidis · 15 years ago
  6. 7e4fe3b Search through all Decls that are DeclContexts. by Argyrios Kyrtzidis · 15 years ago
  7. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  8. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  9. adfc8d1 Relax the assertion in ASTLocation's ctor: if the decl is not the immediate by Zhongxing Xu · 15 years ago
  10. ada4542 If we are not doing a Debug build, no need for the debugging print methods. by Argyrios Kyrtzidis · 15 years ago
  11. dc0b11e Check whether the IdentifierInfo is null, before using it. by Argyrios Kyrtzidis · 15 years ago
  12. 53363b2 Add getName() method to Entity. by Zhongxing Xu · 15 years ago
  13. 2e46aee In ResolveLocationInAST, handle locations that are inside TagDecl definitions. by Argyrios Kyrtzidis · 15 years ago
  14. 9e6bc06 In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them. by Argyrios Kyrtzidis · 15 years ago
  15. c3a6540 fix file headers. by Chris Lattner · 15 years ago
  16. a6488a1 Simplify a bit by using functions instead of checking enum values. No functionality change. by Argyrios Kyrtzidis · 15 years ago
  17. bd2ab6e Refactor DeclLocResolver/StmtLocResolver into a more functional style by removing the search state by Argyrios Kyrtzidis · 15 years ago
  18. 0daea7a Update CMake files. by Argyrios Kyrtzidis · 15 years ago
  19. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  20. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  21. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  22. 9eec4ed Introduce the 'Index' library. by Argyrios Kyrtzidis · 15 years ago