aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangdclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-151-2/+2
|\
| * LanguageClient: improve the performance of creating text marksDavid Schulz2023-06-141-2/+2
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-091-2/+17
|\|
| * ClangCodeModel: Adapt to new "inactiveRegions" notification in clangdChristian Kandeler2023-06-081-1/+15
| * ClangCodeModel: Suppress more clang warnings about unknown argumentsChristian Kandeler2023-06-081-1/+2
* | CppEditor: Give C++ file name settings a per-project variantChristian Kandeler2023-06-081-1/+2
|/
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-17/+53
|\
| * ClangCodeModel: Let clangd handle cuda sourcesChristian Kandeler2023-04-131-2/+4
| * Clangd: do not modify the default replacement stringDavid Schulz2023-04-041-2/+0
| * ClangCodeModel: Adapt to updated clangd tooltip formatChristian Kandeler2023-04-041-3/+2
| * ClangCodeModel: Do not try to rename macros and namespaces with clangdChristian Kandeler2023-04-041-10/+47
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* | DocumentLocatorFilter: Make it more self-containedJarek Kobus2023-03-201-7/+1
* | ClangCodeModel: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-3/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* | Merge remote-tracking branch 'origin/10.0'Orgad Shaneh2023-02-141-3/+3
|\|
| * Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-3/+3
* | CppEditor: Render forward decls less prominently in outlineChristian Kandeler2023-02-091-1/+9
* | LanguageClient: Export LanguageClientOutlineItemChristian Kandeler2023-02-071-1/+21
|/
* ClangCodeModel: Do not traverse the AST in the semantic highlighterChristian Kandeler2023-02-031-1/+4
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-8/+11
* ClangCodeModel: Allow cancelling the background indexDavid Schulz2023-01-201-9/+8
* ClangCodeModel: Tr::trhjk2023-01-191-4/+5
* LanguageClient: Export ProgressManagerDavid Schulz2023-01-171-2/+3
* ClangCodeModel: reuse Id for restarted clientsDavid Schulz2023-01-121-2/+2
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-3/+4
* ClangCodeModel: map compile commands json path to serverDavid Schulz2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangCodeModel: Remove unused variableMarcus Tillmanns2022-12-161-5/+3
* Clang: Use clangd from build deviceMarcus Tillmanns2022-12-161-2/+26
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-46/+50
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-121-1/+6
|\
| * Fix crash after closing preferences opened from indexing progressEike Ziller2022-12-071-1/+6
* | Clangd: Change the Log target to "Ui"Marcus Tillmanns2022-12-061-1/+0
* | CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-1/+1
* | CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-0/+6
* | ClangCodeModel: Re-enable renaming via clangdChristian Kandeler2022-11-211-2/+1
* | ClangCodeModel: Keep a ref count for "extra files"Christian Kandeler2022-11-171-1/+18
|/
* ClangCodeModel: Re-enable renaming via clangdChristian Kandeler2022-10-241-7/+9
* Clangd indexing: Hide cancel button, open settings on clickEike Ziller2022-10-191-2/+10
* ClangCodeModel: Do not needlessly update the configurationChristian Kandeler2022-10-131-3/+10
* Revert "ClangCodeModel: Rename via LSP facilities"Christian Kandeler2022-10-121-11/+15
* ClangCodeModel: Rename via LSP facilitiesChristian Kandeler2022-10-061-8/+15
* Clang: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-10-041-5/+3
* Merge remote-tracking branch 'origin/master' into workEike Ziller2022-09-291-3/+9
|\
| * ClangCodeModel: Catch exceptions in semantic highlighterChristian Kandeler2022-09-271-2/+8
| * CppEditor: Add actions for following a symbol to its typeChristian Kandeler2022-09-271-1/+1
* | Clangd: add setting for index priorityDavid Schulz2022-09-281-2/+9
|/
* ClangCodeModel: Implement following a symbol to its typeChristian Kandeler2022-09-261-1/+2