aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangtextmark.h
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: improve the performance of creating text marksDavid Schulz2023-06-141-1/+1
* ClangCodeModel: Tr::trhjk2023-01-191-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClangCodeModel: pass ClangdClient to text mark constructorDavid Schulz2022-05-131-1/+3
* ClangCodeModel: Fix issue pane management for clangd diagnosticsChristian Kandeler2022-05-121-1/+1
* Remove clangsupport dependency from pluginsChristian Kandeler2022-05-061-3/+2
* ClangCodeModel: Remove libclang-based diagnostics and highlightingChristian Kandeler2022-05-021-25/+0
* ClangCodeModel: prevent text mark annotations in non project filesDavid Schulz2022-02-251-0/+1
* ClangCodeModel: remove ClangdTextMark safety netDavid Schulz2022-02-251-3/+0
* Clangd: clean up text marks after deleting clientDavid Schulz2022-01-141-0/+3
* ClangCodeModel: Keep a QPointer to the ClangdClient in ClangdTextMarkChristian Kandeler2021-06-301-1/+3
* ClangCodeModel: Provide diagnostics via clangdChristian Kandeler2021-06-281-0/+20
* ClangCodeModel: Prevent outdated fix-its from getting appliedChristian Kandeler2020-11-241-1/+4
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Clang: Move unexported classes to InternalNikolai Kosjar2019-02-191-0/+2
* Clang: Make diagnostic tooltips consistentNikolai Kosjar2019-02-051-0/+2
* Clang: Reduce diagnostic visualization for non-project files furtherNikolai Kosjar2018-05-141-1/+1
* Use FileName in TextMarkEike Ziller2018-05-031-1/+1
* Clang: Rename library clangbackendipc to clangsupportMarco Bubke2017-08-291-2/+2
* Clang: Show inline diagnostics only for project filesNikolai Kosjar2017-07-101-1/+2
* Clang: Gray out diagnostics on document changeNikolai Kosjar2017-07-051-1/+1
* TextEditor: Add line annotationsDavid Schulz2017-06-301-1/+1
* Editor: Simplify text marksDavid Schulz2017-06-221-1/+0
* Clang: Fix removing text marks on line deletionNikolai Kosjar2016-11-231-2/+12
* Use icons and default tool tips in text mark popupDavid Schulz2016-09-061-1/+1
* CppEditor: Use full tooltip in ClangTextMarkhjk2016-07-251-1/+5
* TextEditor: Enable tooltips for textmarkshjk2016-07-191-5/+0
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clang: Refactor icon setting in ClangTextMarkMarco Bubke2015-09-231-0/+3
* TextEditor: Move constructor has now noexceptMarco Bubke2015-09-011-0/+5
* Clang: Add diagnosticsMarco Bubke2015-08-311-0/+48