1. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  2. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  3. 1ebd740 Add more const-goodness to ASTLocation. by Argyrios Kyrtzidis · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  6. 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
  7. 80ede1d Handle references from ObjCIvarRefExprs. by Argyrios Kyrtzidis · 15 years ago
  8. 89021b0 The children statements might be NULL. Check for this case in by Zhongxing Xu · 15 years ago
  9. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  10. 9b9685d Handle invalid ASTLocations instead of asserting. by Argyrios Kyrtzidis · 15 years ago
  11. cc1ccb7 Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl. by Argyrios Kyrtzidis · 15 years ago
  12. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  13. adfc8d1 Relax the assertion in ASTLocation's ctor: if the decl is not the immediate by Zhongxing Xu · 15 years ago
  14. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  15. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago[Renamed (95%) from lib/AST/ASTLocation.cpp]
  16. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago[Renamed (87%) from lib/AST/ASTNode.cpp]
  17. c082463 Introduce ASTNode class into the AST library. by Argyrios Kyrtzidis · 15 years ago