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