1. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  2. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  3. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  4. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  5. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  6. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  7. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  8. 1ebd740 Add more const-goodness to ASTLocation. by Argyrios Kyrtzidis · 15 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  10. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  11. 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
  12. 80ede1d Handle references from ObjCIvarRefExprs. by Argyrios Kyrtzidis · 15 years ago
  13. 89021b0 The children statements might be NULL. Check for this case in by Zhongxing Xu · 15 years ago
  14. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  15. 9b9685d Handle invalid ASTLocations instead of asserting. by Argyrios Kyrtzidis · 15 years ago
  16. cc1ccb7 Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl. by Argyrios Kyrtzidis · 15 years ago
  17. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  18. adfc8d1 Relax the assertion in ASTLocation's ctor: if the decl is not the immediate by Zhongxing Xu · 15 years ago
  19. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  20. 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]
  21. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago[Renamed (87%) from lib/AST/ASTNode.cpp]
  22. c082463 Introduce ASTNode class into the AST library. by Argyrios Kyrtzidis · 15 years ago