aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/diagnosticconfigswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang*: Some code cosmeticshjk2025-04-091-2/+2
* Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-211-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* ClangTools: Fix stringification of check namesChristian Kandeler2024-12-191-6/+7
* ClangTools: Replace FilePath::toStringAndrii Semkiv2024-09-121-7/+6
* Utils: Add convenience function for generating a unique IdChristian Kandeler2024-07-121-2/+1
* CppEditor: Clean up cpptoolsreuse.{h,cpp}Christian Kandeler2024-06-241-1/+1
* ClangTools: Put a clazy setting to its proper placeChristian Kandeler2024-03-071-3/+2
* Utils: Add convenience class for parsing and caching process outputChristian Kandeler2024-02-191-2/+2
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-1/+1
* Fix some compiler warningsEike Ziller2024-02-021-1/+2
* ClangTools: Add "edit as string" feature also for clazyChristian Kandeler2024-01-241-70/+89
* Layouting: Handle attach types via setterhjk2023-05-031-7/+11
* ClangTools: Prefer .clang-tidy file by defaultChristian Kandeler2023-04-131-44/+9
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* ClangTools: Tr::trAlessandro Portale2023-01-201-37/+34
* ClangToolsUtils: Reuse ClangToolType enumJarek Kobus2023-01-111-4/+4
* ClangDiagnosticConfig: Introduce ClangToolType enumJarek Kobus2023-01-111-10/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-081-11/+8
* ClangTools: Inline clazychecks.ui and tidychecks.uihjk2022-09-291-48/+212
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClangTools: Fix clang-tidy documentation URLsChristian Kandeler2022-08-161-2/+3
* Drop Qt5: ClangTools: Remove code below Qt 6.0.0Jarek Kobus2022-07-251-4/+0
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-10/+6
* ClangTools: Make settings UI more consistentChristian Kandeler2021-12-131-1/+5
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-2/+3
|\
| * ClangTools: Cache information about the clazy executableChristian Kandeler2021-09-081-2/+3
* | Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+5
|/
* ClangTools: Make sure clazy doc URL corresponds to tool versionChristian Kandeler2021-07-291-2/+1
* ClangTools: Make sure URL for clang-tidy checks is always correctChristian Kandeler2021-06-291-2/+1
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-2/+2
* ClangTools: Let users disable checks from text marksChristian Kandeler2021-05-041-0/+72
* ClangTools: Enable filtering in config widgetChristian Kandeler2021-02-101-2/+24
* ClangTools: Support clang-tidy check optionsChristian Kandeler2021-01-061-2/+109
* ClangTools: Allow to disable a specific type of diagnosticChristian Kandeler2020-11-171-0/+59
* ClangTools: show all checks in clazy settingsDavid Schulz2020-10-271-11/+4
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-2/+3
* ClangTools: Add help context menu entryNikolai Kosjar2020-01-131-4/+1
* ClangTools: Use Utils::InfoLabel in DiagnosticConfigsWidgetAlessandro Portale2020-01-031-3/+4
* ClangTools: Show clang-tidy/clazy documentation Urls as tooltipAlessandro Portale2019-12-111-2/+2
* Clang: Clean up TidyMode/ClazyMode enumeratorsNikolai Kosjar2019-12-031-11/+13
* ClangTools: Remove pointless "Disable" setting for clang-tidyNikolai Kosjar2019-12-031-9/+8
* ClangTools: Query the tools for supported checksNikolai Kosjar2019-12-031-0/+971