aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/unittests/XRefsTests.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok1-1/+1
2024-06-07[clangd] Fix crash with null check for Token at Loc (#94528)Utkarsh Saxena1-1/+15
2023-08-25[clangd] Do not ignore qualifier in heuristic resolution of dependent MemberExprNathan Ridge1-1/+11
2023-08-01[index][clangd] Consider labels when indexing function bodiesChristian Kandeler1-0/+7
2023-07-21[clangd] Use index for go-to-typeSam McCall1-4/+35
2023-07-14[clangd] Fix the range for include reference to itself.Viktoriia Bakalova1-1/+1
2023-04-20[clangd] Implement cross reference request for #include lines.Viktoriia Bakalova1-0/+48
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-12/+12
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2023-01-01[clangd] Add extension for adding context (enclosing function or class) in re...Tom Praschan1-90/+105
2022-12-16[clangd] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to...Fangrui Song1-2/+2
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-20/+21
2022-09-26[clangd] Make go-to-type work on member function callsSam McCall1-1/+4
2022-08-19[clang][index] Index unresolved member expression as referenceDenis Fatkulin1-0/+8
2022-08-01[clang-tools-extra] Fixed a number of typosGabriel Ravier1-1/+1
2022-07-26[clangd] Improve XRefs support for ObjCMethodDeclDavid Goldman1-0/+40
2022-07-11Go-to-type on smart_ptr<Foo> now also shows FooTom Praschan1-5/+8
2022-04-28[AST] Improve traversal of concepts and concept requirementsIlya Biryukov1-0/+13
2022-04-26[Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov1-0/+34
2022-02-26[clangd] Clean up unused includes. NFCISam McCall1-6/+1
2022-02-21[clangd] Treat 'auto' params as deduced if there's a single instantiation.Sam McCall1-0/+6
2022-02-01[clangd] Cleanup of readability-identifier-namingChristian Kühnel1-76/+76
2022-01-13[clangd] Implement textDocument/typeDefinitionSam McCall1-0/+65
2021-12-20Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-1/+1
2021-12-20Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-1/+1
2021-12-20[AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall1-1/+1
2021-11-04[clangd] Find definition of ClassTemplate without going through index.Adam Czachorowski1-2/+15
2021-10-25[clang] Visit enum base specifiers in libIndexKadir Cetinkaya1-0/+14
2021-10-25[clang] Traverse enum base specifier in RAVKadir Cetinkaya1-0/+13
2021-10-05[clangd] Include refs of base method in refs for derived method.Utkarsh Saxena1-8/+10
2021-10-01[clangd] Handle members of anon structs in SelectionTreeKadir Cetinkaya1-0/+21
2021-09-23clangd: Do not report inline overrides twiceChristian Kandeler1-0/+3
2021-06-30[clangd] Correct SelectionTree behavior around anonymous field access.Sam McCall1-0/+12
2021-04-28[clangd] Add SymbolID to LocatedSymbol.Utkarsh Saxena1-2/+24
2021-03-03[clangd] ObjC fixes for semantic highlighting and xref highlightsSam McCall1-1/+14
2021-02-11[clang][index] report references from unreslovedLookupExpr.Haojian Wu1-0/+20
2021-02-10[clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCISam McCall1-3/+0
2021-02-03[clangd] Report xref for base methods.Utkarsh Saxena1-0/+24
2021-02-02[clangd] Report only decl of overridding method in xref.Utkarsh Saxena1-2/+12
2021-02-01[clangd] references: decls of overrides of x are refs to x, not declsSam McCall1-1/+1
2021-02-01[clangd] Respect ReferencesParams.context.includeDeclarationsSam McCall1-63/+66
2021-01-20[clangd] Extend find-refs to include overrides.Haojian Wu1-0/+25
2021-01-19[clangd] Index local classes, virtual and overriding methods.Utkarsh Saxena1-2/+16
2021-01-08[clangd] go-to-implementation on a base class jumps to all subclasses.Haojian Wu1-4/+8
2020-12-15[clangd] Improve goToDefinition on auto and dectypeQuentin Chateau1-0/+128
2020-12-14[clangd] Go-to-definition on pure virtual method decls jumps to all overrides.Haojian Wu1-0/+16
2020-12-13[clangd] Fix locateMacroAt() for macro definition outside preambleNathan Ridge1-0/+8
2020-11-19[clangd] Fix data race in GoToInclude.All testKadir Cetinkaya1-3/+3
2020-11-18Revert "Revert "[clangd] Implement textDocument/implementation (Xref layer)""Utkarsh Saxena1-2/+64