1. 36c4464 Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. by Steve Naroff · 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. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  4. a390759 Add Diagnostic to Indexer, and have it keep its own FileManager instead of taking an external reference (which was leaked in the case of the CIndex library). by Daniel Dunbar · 15 years ago
  5. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  6. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  7. 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
  8. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  9. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  10. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  11. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  12. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  13. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  14. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  15. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  16. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  17. ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
  18. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  19. 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
  20. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  21. be12544 For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it. by Argyrios Kyrtzidis · 15 years ago
  22. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  23. 96bac6b Fix comment. by Zhongxing Xu · 15 years ago
  24. 4499405 Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test.cpp. by Argyrios Kyrtzidis · 15 years ago
  25. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  26. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  27. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  28. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  29. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  30. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  31. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  32. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  33. 512230c Remove redundant leftover code. by Argyrios Kyrtzidis · 15 years ago
  34. 119b7fe Check that index-test uses an up-to-date AST file. by Argyrios Kyrtzidis · 15 years ago
  35. 6e4a86d Add some comments and clean-up some leftover code. by Argyrios Kyrtzidis · 15 years ago
  36. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago