1. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  2. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  3. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  4. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  5. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  6. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  7. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  8. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  9. ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
  10. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  11. 1e4bc09 Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. by Argyrios Kyrtzidis · 15 years ago
  12. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  13. be12544 For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it. by Argyrios Kyrtzidis · 15 years ago
  14. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  15. 96bac6b Fix comment. by Zhongxing Xu · 15 years ago
  16. 4499405 Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test.cpp. by Argyrios Kyrtzidis · 15 years ago
  17. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  18. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  19. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  20. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  21. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  22. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  23. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  24. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  25. 512230c Remove redundant leftover code. by Argyrios Kyrtzidis · 15 years ago
  26. 119b7fe Check that index-test uses an up-to-date AST file. by Argyrios Kyrtzidis · 15 years ago
  27. 6e4a86d Add some comments and clean-up some leftover code. by Argyrios Kyrtzidis · 15 years ago
  28. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago