aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/diagnosticmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: fix diagnostic document revision checkDavid Schulz2021-06-291-6/+8
* ClangCodeModel: Provide diagnostics via clangdChristian Kandeler2021-06-281-1/+30
* LanguageClient: manually track document versionDavid Schulz2021-06-151-3/+2
* LanguageClient: Add copy button to annotation tooltipDavid Schulz2021-03-191-1/+15
* LanguageClient: clear extra selection when diagnostig gets hiddenDavid Schulz2021-02-191-0/+3
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-8/+19
* LanguageClient: fix multiple crashes in languageClientDavid Schulz2021-01-251-2/+2
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-2/+2
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-151-0/+144