1. 7c3a12f [index] Introduce 'ProtocolInterface' as part of SymbolPropertySet by Argyrios Kyrtzidis · 7 years ago
  2. 8c97195 [Index] Add indexing support for MACROs. by Eric Liu · 7 years ago
  3. e83ae11 [Index] Reduce size of SymbolInfo struct. by Sam McCall · 8 years ago
  4. fd6e39c [index] Add indexing for unresolved-using declarations by Ben Langmuir · 8 years ago
  5. 1f38815 [index] Set SymbolSubKind::Accessor[GS]etter on class methods by Ben Langmuir · 8 years ago
  6. 1283e98 [modules ts] Basic for module linkage. by Richard Smith · 8 years ago
  7. 8a656c9 [index] Record C++17 global binding declarations by Alex Lorenz · 8 years ago
  8. d65b3e4 [index] 'using namespace' declarations in functions should record by Alex Lorenz · 8 years ago
  9. 11d7048 [index] Fix forward declarations interfering with USR generation of external source symbols by Argyrios Kyrtzidis · 8 years ago
  10. b4b85f2 [index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly by Argyrios Kyrtzidis · 8 years ago
  11. f6071c3 [index] Record class template specializations using a new 'SpecializationOf' by Alex Lorenz · 8 years ago
  12. a9876ca [index] When indexing system headers make sure to report important reference relations by Argyrios Kyrtzidis · 9 years ago
  13. a970699 [index] Mark categories of test classes with the 'UnitTest' symbol property as well. by Argyrios Kyrtzidis · 9 years ago
  14. 6d1a15b2 [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguish function-local symbols by Argyrios Kyrtzidis · 9 years ago
  15. 2a89c85 [index] Introduce symbol subkinds to mark an accessor getter or setter. by Argyrios Kyrtzidis · 9 years ago
  16. de0f508 [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. by Argyrios Kyrtzidis · 9 years ago
  17. df60aa8 [index] Add 'contained-by' relation between references and their lexical container. by Argyrios Kyrtzidis · 9 years ago
  18. e24f5e2 [index] Introduce SymbolSubKind for reporting language-specific details. by Argyrios Kyrtzidis · 9 years ago
  19. db46983 [index] Rename SymbolSubKind -> SymbolProperty, NFC. by Argyrios Kyrtzidis · 9 years ago
  20. f42032a [index] Add SymbolSubKind for the GKInspectable annotation. by Argyrios Kyrtzidis · 9 years ago
  21. 9d8ab72 [index] Handle properly C++14's template variables. by Argyrios Kyrtzidis · 9 years ago
  22. 3e5b61f [index] Make sure to mark class template symbols as having 'generic' sub-kind. by Argyrios Kyrtzidis · 9 years ago
  23. 806faaf [index] Fixes for locations and relations in Objective C categories and getters/setters by Argyrios Kyrtzidis · 9 years ago
  24. 0642a21 [index] Add SymbolSubKinds for ObjC IB annotations. by Argyrios Kyrtzidis · 9 years ago
  25. f30c8c6 [index] Add a SymbolSubKind for an ObjC unit test. by Argyrios Kyrtzidis · 9 years ago
  26. f2142cb [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset. by Argyrios Kyrtzidis · 9 years ago
  27. 443913f [index] Remove redundancy between symbol kind and language by Ben Langmuir · 10 years ago
  28. 113387e [index] Print and test module import references. by Argyrios Kyrtzidis · 10 years ago
  29. a8b51c1 [index] Add a caller relation for a call reference. by Argyrios Kyrtzidis · 10 years ago
  30. d97ec18 [index] Use ',' to separate symbol roles when printing. by Argyrios Kyrtzidis · 10 years ago
  31. d571908 [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. by Argyrios Kyrtzidis · 10 years ago
  32. 9b0ac33 silence -Wreturn-type warnings by Saleem Abdulrasool · 10 years ago
  33. 6fdcb9c [index] Enhance c-index-test tool and have it link and test the clangIndex library directly. by Argyrios Kyrtzidis · 10 years ago
  34. f4fb85b [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library. by Argyrios Kyrtzidis · 10 years ago