aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangdfollowsymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangCodeModel: Allow more than one in-flight "follow symbol"Christian Kandeler9 days1-6/+12
* ClangCodeModel: Bump minimum clangd versionChristian Kandeler2024-05-241-38/+0
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-061-1/+4
|\
| * ClangCodeModel: Fix following virtual functionsChristian Kandeler2023-12-061-1/+4
| * ClangCodeModel: Make VirtualFunctionAssistProcessor more safeChristian Kandeler2023-11-291-2/+3
* | ClangCodeModel: Fix following virtual functionsChristian Kandeler2023-12-011-7/+5
* | ClangCodeModel: Fall back to built-in code model when following symbolsChristian Kandeler2023-11-091-2/+1
|/
* Tr: Fix some source textsJarek Kobus2023-10-191-1/+1
* LanguageClient: support additional goto targets in symbol supportDavid Schulz2023-09-291-1/+5
* ClangCodeModel: fix crash on followSymbolDavid Schulz2023-06-281-9/+22
* ClangCodeModel: Fix initial processor stateDavid Schulz2023-02-071-4/+5
* ClangCodeModel: prevent accessing nullptrDavid Schulz2023-02-071-1/+1
* ClangCodeModel: Tr::trhjk2023-01-191-2/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-29/+34
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-3/+2
* Editor: unify assist processor handlingDavid Schulz2022-11-141-8/+1
* Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-1/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Clang: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-10-041-1/+1
* ClangCodeModel: Implement following a symbol to its typeChristian Kandeler2022-09-261-1/+31
* Utils: Remove Utils::optionalEike Ziller2022-09-011-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-4/+4
* ClangdFollowSymbol: Don't leak ClangdFollowSymbol::PrivateJarek Kobus2022-07-191-0/+1
* ClangCodeModel: Fix callback handling when following symbolsv8.0.0Christian Kandeler2022-07-191-12/+10
* ClangClient: Receive done() signal only onceJarek Kobus2022-07-071-11/+20
* ClangCodeModel: Fix following virtual functionsChristian Kandeler2022-06-211-3/+6
* ClangCodeModel: Prevent surprisingly late "follow symbol" reactionsChristian Kandeler2022-06-201-0/+11
* ClangCodeModel: Move "follow symbol" into its own classChristian Kandeler2022-06-081-0/+505