aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtoolsdiagnosticmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Speed up loading diagnostics from fileChristian Kandeler2 days1-3/+12
* ClangTools: Get rid of ClangFixitsRefactoringFileChristian Kandeler3 days1-7/+0
* ClangTools: Do not call index() in DiagnosticItem::setFixItStatus()Christian Kandeler6 days1-25/+27
* ClangTools: Take more care about performanceChristian Kandeler6 days1-18/+21
* ClangTools: Do not use setData() for bulk changes to itemsChristian Kandeler7 days1-11/+18
* ClangTools: Inline a function into its only callerChristian Kandeler10 days1-12/+13
* ClangTools: De-obfuscate signal emission from DiagnosticItemChristian Kandeler10 days1-10/+3
* ClangTools: Remove redundant DiagnosticItem memberChristian Kandeler10 days1-5/+9
* Utils: Convert FileSystemWatcher signals to FilePathhjk2025-03-141-2/+2
* Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-211-19/+20
* ClangTools: Replace FilePath::toStringAndrii Semkiv2024-09-121-1/+1
* ClangTools: Support inline suppression of diagnosticsChristian Kandeler2024-04-221-1/+26
* ClangTools: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-2/+2
* ClangTools: filepathify replacementsDavid Schulz2023-07-031-9/+9
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-4/+4
* ClangTools: Tr::trAlessandro Portale2023-01-201-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Clang: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-10-041-6/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+3
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* ClangTools: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-241-3/+3
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-16/+18
* ClangTools: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* ClangTools: prevent creating duplicated diagnostic marksDavid Schulz2020-11-241-3/+4
* Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* Fix a crash when changing filter for clazy analyzerJarek Kobus2020-11-171-3/+9
* ClangTools: Do not show text marks for suppressed diagnosticsDavid Schulz2020-10-271-3/+7
* ClangTools: Allow multi-selection in diagnostics viewChristian Kandeler2020-10-011-0/+6
* ClangTools: Add diagnostic mark classDavid Schulz2020-08-281-119/+6
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ClangTools: Add text marks for analyzer diagnosticsDavid Schulz2020-04-081-19/+67
* ClangTools: Attach ClangToolsProjectSettings data to project itselfhjk2020-01-141-3/+3
* ClangTools: Add help context menu entryNikolai Kosjar2020-01-131-0/+4
* ClangTools: Improve filteringNikolai Kosjar2019-12-041-13/+35
* ClangTools: Introduce an info barNikolai Kosjar2019-12-031-24/+39
* ClangTools: Move checkbox from view's header to toolbarNikolai Kosjar2019-12-031-13/+62
* ClangTools: Fix state of the "Apply Fixits" buttonNikolai Kosjar2019-10-311-3/+3
* ClangTools: Add using for QList<Diagnostics>Nikolai Kosjar2019-07-251-1/+1
* ClangTools: Remove unused membersNikolai Kosjar2019-07-251-17/+0
* Clang: Fix UI textLeena Miettinen2019-03-041-1/+1
* ClangTools: Make use of TreeModels' levelsNikolai Kosjar2019-02-151-6/+5
* ClangTools: Get rid of some dynamic_castsNikolai Kosjar2019-02-151-7/+12
* ClangTools: Fix fall-through warningChristian Kandeler2019-02-121-0/+2
* ClangTools: Remove "note:" from the Explaining Steps textNikolai Kosjar2019-02-121-10/+1
* ClangTools: Move check box in diagnostic view to the leftNikolai Kosjar2019-02-121-46/+50
* ClangTools: Refer to items consistentlyNikolai Kosjar2019-02-111-1/+1
* ClangTools: Fix order of ExplainingStepItemsNikolai Kosjar2019-02-071-18/+32