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