1. 8edfc2f [clangd] Cleanup of readability-identifier-naming by Christian Kühnel · 3 years, 3 months ago
  2. 71a082f [clangd] Implement textDocument/typeDefinition by Sam McCall · 3 years, 4 months ago
  3. af27466 Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" by Sam McCall · 3 years, 5 months ago
  4. cc56c66 Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl" by Sam McCall · 3 years, 5 months ago
  5. e1600db [AST] Add UsingType: a sugar type for types found via UsingDecl by Sam McCall · 3 years, 5 months ago
  6. 97fbc97 [clangd] Find definition of ClassTemplate without going through index. by Adam Czachorowski · 3 years, 6 months ago
  7. 9ab9caf [clang] Visit enum base specifiers in libIndex by Kadir Cetinkaya · 3 years, 7 months ago
  8. 4e4511d [clang] Traverse enum base specifier in RAV by Kadir Cetinkaya · 3 years, 7 months ago
  9. 6831c1d [clangd] Include refs of base method in refs for derived method. by Utkarsh Saxena · 3 years, 7 months ago
  10. 512aa84 [clangd] Handle members of anon structs in SelectionTree by Kadir Cetinkaya · 3 years, 8 months ago
  11. eb209c1 clangd: Do not report inline overrides twice by Christian Kandeler · 3 years, 8 months ago
  12. bb41f85 [clangd] Correct SelectionTree behavior around anonymous field access. by Sam McCall · 3 years, 11 months ago
  13. d7cb230 [clangd] Add SymbolID to LocatedSymbol. by Utkarsh Saxena · 4 years, 1 month ago
  14. 7d2fba8 [clangd] ObjC fixes for semantic highlighting and xref highlights by Sam McCall · 4 years, 2 months ago
  15. 6c47eaf [clang][index] report references from unreslovedLookupExpr. by Haojian Wu · 4 years, 3 months ago
  16. bda5e57 [clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCI by Sam McCall · 4 years, 3 months ago
  17. 54afcad [clangd] Report xref for base methods. by Utkarsh Saxena · 4 years, 3 months ago
  18. fbeff2e [clangd] Report only decl of overridding method in xref. by Utkarsh Saxena · 4 years, 3 months ago
  19. 8712df7 [clangd] references: decls of overrides of x are refs to x, not decls by Sam McCall · 4 years, 3 months ago
  20. ff4832d [clangd] Respect ReferencesParams.context.includeDeclarations by Sam McCall · 4 years, 3 months ago
  21. 42830f8 [clangd] Extend find-refs to include overrides. by Haojian Wu · 4 years, 4 months ago
  22. 8bf7116 [clangd] Index local classes, virtual and overriding methods. by Utkarsh Saxena · 4 years, 4 months ago
  23. ed3b1f9 [clangd] go-to-implementation on a base class jumps to all subclasses. by Haojian Wu · 4 years, 4 months ago
  24. bda7d0a [clangd] Improve goToDefinition on auto and dectype by Quentin Chateau · 4 years, 5 months ago
  25. 63ec9e40 [clangd] Go-to-definition on pure virtual method decls jumps to all overrides. by Haojian Wu · 4 years, 5 months ago
  26. fef242c [clangd] Fix locateMacroAt() for macro definition outside preamble by Nathan Ridge · 4 years, 5 months ago
  27. 7c2990b [clangd] Fix data race in GoToInclude.All test by Kadir Cetinkaya · 4 years, 6 months ago
  28. 130da80 Revert "Revert "[clangd] Implement textDocument/implementation (Xref layer)"" by Utkarsh Saxena · 4 years, 6 months ago
  29. 0016ab6 Revert "[clangd] Implement textDocument/implementation (Xref layer)" by Utkarsh Saxena · 4 years, 6 months ago
  30. 4324320 [clangd] Implement textDocument/implementation (Xref layer) by Utkarsh Saxena · 4 years, 6 months ago
  31. 0e94836 [clangd] Go-to-definition from non-renaming alias is unambiguous. by Sam McCall · 4 years, 7 months ago
  32. f24649b [clangd] Don't set the Underlying bit on targets of UsingDecls. by Haojian Wu · 4 years, 7 months ago
  33. d8ba6b4 [clangd] findNearbyIdentifier(): guaranteed to give up after 2^N lines by Aleksandr Platonov · 4 years, 8 months ago
  34. cc6d1f8 [clangd] When finding refs for a renaming alias, do not return refs to underlying decls by Nathan Ridge · 4 years, 8 months ago
  35. aa3c763 [clang] Traverse init-captures while indexing by Nathan Ridge · 4 years, 8 months ago
  36. e33ec9d [clangd] Target member of dependent base made visible via a using-decl by Nathan Ridge · 4 years, 9 months ago
  37. cb29c33 [clangd][ObjC] Improve xrefs for protocols and classes by David Goldman · 4 years, 9 months ago
  38. a701618 [clangd] Include the underlying decls in go-to-definition. by Haojian Wu · 4 years, 9 months ago
  39. 638f0cf [clangd] Be more explicit on testing the optional DefLoc in LocatedSymbol. by Haojian Wu · 4 years, 10 months ago
  40. 05b17346 [clangd] findNearbyIdentifier(): fix the word search in the token stream. by Aleksandr Platonov · 4 years, 10 months ago
  41. 0628705 [clangd][NFC] Rename FSProvider and getFileSystem by Kadir Cetinkaya · 5 years ago
  42. 8e325cfc [clangd] Work around PS4 -fno-exceptions, easier than disabling tests? by Sam McCall · 5 years ago
  43. a56141b [clangd] Highlight related control flow. by Sam McCall · 5 years ago
  44. d870016 [clangd] Get rid of Inclusion::R by Kadir Cetinkaya · 5 years ago
  45. 230cae8 [clangd] Enable textual fallback for go-to-definition on dependent names by Nathan Ridge · 5 years ago
  46. 3f1c2bf [clangd] go-to-def on names in comments etc that are used nearby. by Sam McCall · 5 years ago
  47. b420065 [clangd] Fix an assertion crash in ReferenceFinder. by Haojian Wu · 5 years ago
  48. 6324912 [clangd] Simplify "preferred" vs "definition" logic a bit in XRefs AST code. by Sam McCall · 5 years ago
  49. b89202e [clangd] Do not trigger go-to-def textual fallback inside string literals by Nathan Ridge · 5 years ago
  50. 31b7f0e [clangd] Extend findTarget()'s dependent name heuristic to handle enumerators by Nathan Ridge · 5 years ago
  51. 8a593e2 [AST] Correct the CXXOperatorCallExpr source range. by Haojian Wu · 5 years ago
  52. dc4cd43 [clangd] Add a textual fallback for go-to-definition by Sam McCall · 5 years ago
  53. 2cd33e6 [clangd] Track document versions, include them with diags, enhance logs by Sam McCall · 5 years ago
  54. e70a9f3 [clangd] Handle go-to-definition in macro invocations where the target appears in the expansion multiple times by Nathan Ridge · 5 years ago
  55. 2011d14 [clangd] Clean-up XRefs.cpp from Lexer usages and unnecessary SourceLoc transformations by Kadir Cetinkaya · 5 years ago
  56. e326f52 [clangd] Fix the incomplete template specialization in findTarget. by Haojian Wu · 5 years ago
  57. bb9e92b [clang][Index] Fix the incomplete instantiations in libindex. by Haojian Wu · 5 years ago
  58. af8b0cd [clang][Index] Visit the default parameter arguements in libindex. by Haojian Wu · 5 years ago
  59. 827f49e [clangd] Make go-to-def jumps to overriden methods on `final` specifier. by Haojian Wu · 5 years ago
  60. bcb3e42 [clangd] Go-to-definition on 'override' jumps to overridden method(s) by Sam McCall · 5 years ago
  61. 777180a [ADT] Make StringRef's std::string conversion operator explicit by Benjamin Kramer · 5 years ago
  62. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  63. 6ef1cce [clangd] Rename DiagnosticsConsumer -> ClangdServer::Callbacks, and make it optional by Sam McCall · 5 years ago
  64. d3260bf [clangd] Errors in TestTU cause test failures unless suppressed with error-ok. by Sam McCall · 5 years ago
  65. 734aa1d [clangd] Publish xref for macros from Index and AST. by Utkarsh Saxena · 5 years ago
  66. 16f47cf [clangd] Heuristically resolve dependent call through smart pointer type by Nathan Ridge · 5 years ago
  67. 751d4da [clangd] Assert that the testcases in LocateSymbol.All have no diagnostics by Nathan Ridge · 5 years ago
  68. b7ecf1c NFC: Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  69. 8d7ecc1 Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol support"" by Sam McCall · 5 years ago
  70. 079ef78 Revert "[clangd] Implement "textDocument/documentLink" protocol support" by Dmitri Gribenko · 5 years ago
  71. 4f732a3 [clangd] Fix Windows test failure by adding -fno-delayed-template-parsing to LocateSymbol.Ambiguous by Nathan Ridge · 5 years ago
  72. ecaa936 [clangd] Heuristically resolve dependent method calls by Nathan Ridge · 5 years ago
  73. d6417f5 [clangd] Implement "textDocument/documentLink" protocol support by Michael Forster · 5 years ago
  74. decdbc1 [clangd] Use expansion location when the ref is inside macros. by Haojian Wu · 5 years ago
  75. e8716a6 [clangd] Navigation from definition of template specialization to primary template by Nathan Ridge · 5 years ago
  76. 765b125 [clangd] Untangle Hover from XRefs, move into own file. by Sam McCall · 5 years ago
  77. e51484a [clangd] Fix hover 'local scope' to include class template params by Sam McCall · 5 years ago
  78. 6ec0714 [clangd] More sensible output for constructors/destructors in hover. by Sam McCall · 5 years ago
  79. 5181ada [clangd] Expose the xref's incomplete flag to clangdServer API. by Haojian Wu · 5 years ago
  80. a433e71 [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A. by Sam McCall · 5 years ago
  81. 209e30b [clangd] Don't repeat class template args when printing constructor definitions by Sam McCall · 5 years ago
  82. c9081968 [clangd] Fix typo in symbol kind conversion by Sam McCall · 6 years ago
  83. 713c30b [clangd] Don't consider class template params part of constructor name. by Sam McCall · 6 years ago
  84. 87054ec [AST] Use written names instead of `type-param-0-0` in more cases when printing types and decls. by Sam McCall · 6 years ago
  85. 37abeed [clangd] Expose value of enumerators to Hover API. (not UI yet) by Sam McCall · 6 years ago
  86. 33e882d [clangd] Add bool return type to Index::refs API. by Haojian Wu · 6 years ago
  87. b6429cd Refactor getDeclAtPosition() to use SelectionTree + targetDecl() by Nathan Ridge · 6 years ago
  88. 65f61c0 [clangd] Report declaration references in findExplicitReferences. by Haojian Wu · 6 years ago
  89. 51fa740 Make most clangd unittests pass on Windows by Nico Weber · 6 years ago
  90. 9f2bf66 [clangd] Implement getBeginning for overloaded operators. by Haojian Wu · 6 years ago
  91. bbb0442 [clangd] Add a helper for extracting nonlocal decls in a FunctionDecl by Kadir Cetinkaya · 6 years ago
  92. 915f978 [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC by Sam McCall · 6 years ago
  93. 65c58a9 [clangd] Ignore implicit conversion-operator nodes in find refs. by Haojian Wu · 6 years ago
  94. 0e8e4b0 [clangd] Fix one testcase in XRefsTests. by Haojian Wu · 6 years ago
  95. 2508281 [clangd] Fix a crash when presenting values for Hover by Ilya Biryukov · 6 years ago
  96. 709d611 [clangd] Consume llvm::Error in test after r365792 by Sam McCall · 6 years ago
  97. 9470142 [clangd] Implementation of auto type expansion. by Sam McCall · 6 years ago
  98. 5a458d6 [clangd] Show documentation in hover, and fetch docs from index if needed. by Sam McCall · 6 years ago
  99. 8bfe0fc1 [clangd] Add Value field to HoverInfo by Kadir Cetinkaya · 6 years ago
  100. 4977927 [clangd] Treat lambdas as functions when preparing hover response by Kadir Cetinkaya · 6 years ago