aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Add quickfixes/ subdirectoryChristian Kandeler6 days1-1/+1
* ClangTools: Remove unused variableMarcus Tillmanns2024-05-061-1/+0
* ClangTools: Fix compiler warningOrgad Shaneh2024-04-291-1/+1
* ClangTools: Support inline suppression of diagnosticsChristian Kandeler2024-04-2210-9/+534
* CppEditor: Simplify CppCodeModelSettingsChristian Kandeler2024-04-151-2/+2
* ClangTools: Fix clang-tidy doc URL for versions >= 18Christian Kandeler2024-04-091-1/+4
* CppEditor: Introduce per-project code model settingsChristian Kandeler2024-03-154-7/+15
* CppEditor: Move some convenience functions to CppCodeModelSettings classChristian Kandeler2024-03-121-2/+4
* ClangTools: Put a clazy setting to its proper placeChristian Kandeler2024-03-073-4/+7
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-283-3/+3
* ClangTools: Remove support for reading settings from ancient versionsChristian Kandeler2024-02-261-58/+9
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-191-3/+3
|\
| * DocumentClangToolRunner: Fix isEmpty() conditionJarek Kobus2024-02-161-3/+3
* | Utils: Add convenience class for parsing and caching process outputChristian Kandeler2024-02-195-136/+117
|/
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-062-3/+3
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-051-1/+4
|\
| * ClangTools: Fix leaking text marksDavid Schulz2024-01-301-1/+4
* | ClangTools: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-026-10/+9
* | Fix some compiler warningsEike Ziller2024-02-021-1/+2
* | Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-1/+1
* | Utils: Remove odd QTreeView declaration from environmentfwd.hhjk2024-01-261-0/+1
* | ClangToolRunner: Reuse LoopListJarek Kobus2024-01-261-12/+12
* | ClangTools: Add "edit as string" feature also for clazyChristian Kandeler2024-01-242-71/+92
* | ClangTool: Reindent properly runRecipe()Jarek Kobus2024-01-161-30/+30
* | ClangTool: Use LoopRepeat for running clangJarek Kobus2024-01-164-26/+29
* | ClangTool: Filter out the units list before constructing the recipeJarek Kobus2024-01-161-6/+6
* | ClangTool: Separate unit from AnalyzeInputDataJarek Kobus2024-01-164-28/+28
* | ClangTool: Pass AnalyzeUnit to clang setup handlerJarek Kobus2024-01-154-6/+6
* | ClangToolRunner: Use explicit lambda capturesJarek Kobus2024-01-151-6/+7
* | DocumentClangToolRunner: Reuse TaskTreeRunnerJarek Kobus2024-01-152-8/+6
* | Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-1/+1
* | Utils: Add formatting information to ChangeSet::EditOpChristian Kandeler2023-12-131-2/+2
* | ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-123-4/+4
* | Random warning cleanuphjk2023-12-081-1/+0
* | CppEditor: Allow tests to run with ClangCodeModel enabledChristian Kandeler2023-11-292-4/+4
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-273-4/+4
* | ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-242-2/+2
* | TextEditor: Introduce PlainRefactoringFileFactoryChristian Kandeler2023-11-201-1/+1
* | TextEditor: Rename class RefactoringChangesChristian Kandeler2023-11-201-1/+1
* | TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-202-2/+2
* | TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-202-2/+2
* | TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-4/+6
* | ProjectExplorer: Let ProjectPanelFactories auto-registerhjk2023-11-161-3/+3
* | ClangTools: : Use new construction pattern for project panel factoryhjk2023-11-164-72/+54
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-091-3/+7
|\|
| * ClangTools: Suppress bogus clazy warning about #pragma onceChristian Kandeler2023-11-081-3/+7
* | ClangTools: Use "Diagnostics" as view titleEike Ziller2023-11-081-1/+1
* | TaskTree: Rename workflow policiesJarek Kobus2023-11-072-2/+2
* | TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-1/+0
* | TaskTree: Introduce DoneWith enumJarek Kobus2023-11-071-7/+7