1. dc01a15 Collect function definitions in the Indexer when indexing through the ASTs. by Zhongxing Xu · 14 years ago
  2. 6c47a9b Local variables have no linkage, make invalid Entities. by Zhongxing Xu · 14 years ago
  3. 8d26bb7 Refrase comments. by Zhongxing Xu · 14 years ago
  4. c8822e0 Although in C++ class name has external linkage, usually the definition of the by Zhongxing Xu · 14 years ago
  5. 423030c Make FieldDecl an invalid Entity since it has no linkage. by Zhongxing Xu · 14 years ago
  6. 139d0b3 Indexer: make FieldDecl an internal Entity. by Zhongxing Xu · 14 years ago
  7. 2781deb Cleanup using StringRef by Kovarththanan Rajaratnam · 14 years ago
  8. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  10. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  11. dc1792c Use an IdentifierTable for names used for Entities. by Argyrios Kyrtzidis · 15 years ago
  12. 52f1d47 Modify the Indexer class so that it can return the TranslationUnit that internal by Argyrios Kyrtzidis · 15 years ago
  13. 6d8f56f Constify methods. by Zhongxing Xu · 15 years ago
  14. f785643 constify methods. by Zhongxing Xu · 15 years ago
  15. 4c7c5a1 Remove the ASTContext parameter from Entity::getPrintableName(). by Argyrios Kyrtzidis · 15 years ago
  16. 1f71727 Keep only canonical Decls in Entities. by Argyrios Kyrtzidis · 15 years ago
  17. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  18. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  19. dc0b11e Check whether the IdentifierInfo is null, before using it. by Argyrios Kyrtzidis · 15 years ago
  20. 53363b2 Add getName() method to Entity. by Zhongxing Xu · 15 years ago
  21. c3a6540 fix file headers. by Chris Lattner · 15 years ago
  22. 9eec4ed Introduce the 'Index' library. by Argyrios Kyrtzidis · 15 years ago