1. 70467dd [clang][index] NFC: Stylistic changes by Jan Svoboda · 1 year, 2 months ago
  2. f3dcc23 [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) by Kazu Hirata · 1 year, 5 months ago
  3. edd690b [clang][NFC] Refactor `TagTypeKind` (#71160) by Vlad Serebrennikov · 1 year, 6 months ago
  4. 8775947 [clang][NFC] Refactor `clang::Linkage` (#71049) by Vlad Serebrennikov · 1 year, 6 months ago
  5. 3a3b84b [clang] remove ClassScopeFunctionSpecializationDecl (#66636) by Krystian Stasiowski · 1 year, 7 months ago
  6. 612f3ac [Modules] Remove -fmodules-ts by Chuanqi Xu · 2 years, 3 months ago
  7. 75e16fd [Index] [clangd] Support for concept declarations and requires expressions by Ilya Biryukov · 3 years, 1 month ago
  8. b2d0c16 [clang] p1099 using enum part 2 by Nathan Sidwell · 4 years ago
  9. 84240e0d [clang][Index] Introduce a TemplateParm SymbolKind by Kadir Cetinkaya · 5 years ago
  10. 60573ae Remove Expr.h include from ASTContext.h, NFC by Reid Kleckner · 5 years ago
  11. e72321f [clang][NFCI] Fix random typos by Jan Korous · 6 years ago
  12. f6faa38 [Index] Compute correct symbol kind for variable templates by Ilya Biryukov · 6 years ago
  13. bf559a7 [Index] Correctly set symbol kind of IndirectFieldDecl by Ilya Biryukov · 6 years ago
  14. e7eb27a [clang][Index] Mark references from Constructors and Destructors to class as NameReference by Kadir Cetinkaya · 6 years ago
  15. 4b0f7f9 [index] Improve indexing support for MSPropertyDecl. by Volodymyr Sapsai · 6 years ago
  16. a87ada0 [clang][Index] Visit UsingDecls and generate USRs for them by Kadir Cetinkaya · 6 years ago
  17. b780517 [clang][Index] Enable indexing of Template Type Parameters behind a flag by Kadir Cetinkaya · 6 years ago
  18. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  19. 7c3a12f [index] Introduce 'ProtocolInterface' as part of SymbolPropertySet by Argyrios Kyrtzidis · 7 years ago
  20. 8c97195 [Index] Add indexing support for MACROs. by Eric Liu · 7 years ago
  21. e83ae11 [Index] Reduce size of SymbolInfo struct. by Sam McCall · 7 years ago
  22. fd6e39c [index] Add indexing for unresolved-using declarations by Ben Langmuir · 8 years ago
  23. 1f38815 [index] Set SymbolSubKind::Accessor[GS]etter on class methods by Ben Langmuir · 8 years ago
  24. 1283e98 [modules ts] Basic for module linkage. by Richard Smith · 8 years ago
  25. 8a656c9 [index] Record C++17 global binding declarations by Alex Lorenz · 8 years ago
  26. d65b3e4 [index] 'using namespace' declarations in functions should record by Alex Lorenz · 8 years ago
  27. 11d7048 [index] Fix forward declarations interfering with USR generation of external source symbols by Argyrios Kyrtzidis · 8 years ago
  28. b4b85f2 [index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly by Argyrios Kyrtzidis · 8 years ago
  29. f6071c3 [index] Record class template specializations using a new 'SpecializationOf' by Alex Lorenz · 8 years ago
  30. a9876ca [index] When indexing system headers make sure to report important reference relations by Argyrios Kyrtzidis · 8 years ago
  31. a970699 [index] Mark categories of test classes with the 'UnitTest' symbol property as well. by Argyrios Kyrtzidis · 8 years ago
  32. 6d1a15b2 [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguish function-local symbols by Argyrios Kyrtzidis · 8 years ago
  33. 2a89c85 [index] Introduce symbol subkinds to mark an accessor getter or setter. by Argyrios Kyrtzidis · 8 years ago
  34. de0f508 [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. by Argyrios Kyrtzidis · 8 years ago
  35. df60aa8 [index] Add 'contained-by' relation between references and their lexical container. by Argyrios Kyrtzidis · 8 years ago
  36. e24f5e2 [index] Introduce SymbolSubKind for reporting language-specific details. by Argyrios Kyrtzidis · 8 years ago
  37. db46983 [index] Rename SymbolSubKind -> SymbolProperty, NFC. by Argyrios Kyrtzidis · 8 years ago
  38. f42032a [index] Add SymbolSubKind for the GKInspectable annotation. by Argyrios Kyrtzidis · 9 years ago
  39. 9d8ab72 [index] Handle properly C++14's template variables. by Argyrios Kyrtzidis · 9 years ago
  40. 3e5b61f [index] Make sure to mark class template symbols as having 'generic' sub-kind. by Argyrios Kyrtzidis · 9 years ago
  41. 806faaf [index] Fixes for locations and relations in Objective C categories and getters/setters by Argyrios Kyrtzidis · 9 years ago
  42. 0642a21 [index] Add SymbolSubKinds for ObjC IB annotations. by Argyrios Kyrtzidis · 9 years ago
  43. f30c8c6 [index] Add a SymbolSubKind for an ObjC unit test. by Argyrios Kyrtzidis · 9 years ago
  44. f2142cb [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset. by Argyrios Kyrtzidis · 9 years ago
  45. 443913f [index] Remove redundancy between symbol kind and language by Ben Langmuir · 9 years ago
  46. 113387e [index] Print and test module import references. by Argyrios Kyrtzidis · 9 years ago
  47. a8b51c1 [index] Add a caller relation for a call reference. by Argyrios Kyrtzidis · 9 years ago
  48. d97ec18 [index] Use ',' to separate symbol roles when printing. by Argyrios Kyrtzidis · 9 years ago
  49. d571908 [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. by Argyrios Kyrtzidis · 9 years ago
  50. 9b0ac33 silence -Wreturn-type warnings by Saleem Abdulrasool · 9 years ago
  51. 6fdcb9c [index] Enhance c-index-test tool and have it link and test the clangIndex library directly. by Argyrios Kyrtzidis · 9 years ago
  52. f4fb85b [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library. by Argyrios Kyrtzidis · 9 years ago