aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtoolrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-4/+4
* ClangTools: Display all output when the tool failsCristian Adam2025-04-091-1/+1
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* ClangTools: Create compilation databases per build configurationChristian Kandeler2025-01-281-5/+5
* TaskTree: Refactor For loopsJarek Kobus2024-09-161-2/+1
* ClangTools: Use compilation database when running clang-tidy and clazyChristian Kandeler2024-09-051-49/+6
* TaskTree: Introduce For elementJarek Kobus2024-07-101-2/+2
* CppEditor: Make header guard naming user-configurableChristian Kandeler2024-06-121-0/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-7/+3
* AsyncTask: Centralize setting global future synchronizerEike Ziller2024-05-211-3/+0
* CppEditor: Introduce per-project code model settingsChristian Kandeler2024-03-151-1/+1
* CppEditor: Move some convenience functions to CppCodeModelSettings classChristian Kandeler2024-03-121-2/+4
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ClangToolRunner: Reuse LoopListJarek Kobus2024-01-261-12/+12
* ClangTool: Use LoopRepeat for running clangJarek Kobus2024-01-161-12/+18
* ClangTool: Separate unit from AnalyzeInputDataJarek Kobus2024-01-161-22/+23
* ClangTool: Pass AnalyzeUnit to clang setup handlerJarek Kobus2024-01-151-1/+1
* ClangToolRunner: Use explicit lambda capturesJarek Kobus2024-01-151-6/+7
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* 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
* | TaskTree: Rename workflow policiesJarek Kobus2023-11-071-1/+1
* | TaskTree: Introduce DoneWith enumJarek Kobus2023-11-071-7/+7
* | TaskTree: Use common done handlerJarek Kobus2023-11-061-26/+14
|/
* ClangTools: Always print stderr outputChristian Kandeler2023-09-041-0/+12
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* ClangToolRunner: Move finishAllAndDone one level upJarek Kobus2023-06-231-1/+1
* TaskTree: Rename TaskAction into SetupResultJarek Kobus2023-06-211-5/+5
* ClangTools: make parsing diagnostics cancelableDavid Schulz2023-06-201-11/+22
* ClangTools: Utilize TaskTree to parse diagnostics from fileDavid Schulz2023-06-191-5/+31
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-3/+3
* TaskTree: Rename optional into finishAllAndDoneJarek Kobus2023-05-301-1/+1
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-1/+1
* TaskTree: Prepare for OnGroup... -> onGroup... renamingJarek Kobus2023-05-191-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-1/+1
* ClangTools: Prefer .clang-tidy file by defaultChristian Kandeler2023-04-131-12/+13
* TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-13/+11
* Clangtools: More FilePathhjk2023-02-091-5/+5
* ClangTools: Use FilePath in AnalyzeUnithjk2023-02-091-6/+6
* ClangTools: reduce priority of clangtool processesDavid Schulz2023-01-271-0/+1
* TaskTree: Merge DynamicSetup with OnGroupSetupJarek Kobus2023-01-231-1/+1
* TaskTree: Remove GroupConfig / GroupActionJarek Kobus2023-01-201-6/+5
* DiagnosticMark: Replace source field with ClangToolTypeJarek Kobus2023-01-121-2/+2
* ClangTools: Reuse TaskTreeJarek Kobus2023-01-121-71/+93
* ClangToolsUtils: Add isVFSOverlaySupported()Jarek Kobus2023-01-121-14/+1
* ClangToolRunner: Add done(const AnalyzeOutputData &) signalJarek Kobus2023-01-121-33/+39
* ClangToolRunner: Ensure the clang tool is executable fileJarek Kobus2023-01-121-1/+2