aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtoolrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-4/+4
* ClangTools: Proliferate use of FilePathhjk2021-08-181-3/+3
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* ClangTools: Use FilePath in ClangToolRunner::init()hjk2021-07-051-6/+5
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* ClangTools: Don't double-buffer in ClangToolRunnerhjk2021-06-141-20/+10
* Utils: Remove couple of functions from QtcProcessChristian Stenger2021-06-031-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-5/+3
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+3
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-3/+2
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Utils: Delete QtcProcess::{setP,p}rocessEnvironmenthjk2021-05-071-3/+2
* Utils: Move SynchronousProcess::normalizeNewlines to QtcProcesshjk2021-05-041-2/+2
* ClangTools: Use Utils::CommandLine for a command linehjk2021-05-041-5/+6
* ClangTools: Remove some use of SynchronousProcesshjk2021-05-031-4/+4
* ClangTools: Do not try to kill subprocesses syncronouslyhjk2020-09-111-22/+28
* ClangTools: use VFSoverlay if the clang tool supports itDavid Schulz2020-09-041-0/+23
* ClangTools: Add automatic clang tool runner for open documentsDavid Schulz2020-08-281-1/+9
* ClangTools: Clean up ClangToolRunnerNikolai Kosjar2019-09-121-43/+36
* ClangTools: Invoke clang-tidy instead of clangNikolai Kosjar2019-09-121-7/+4
* ClangTools: Prepare for more ClangToolRunnersNikolai Kosjar2019-09-111-10/+6
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* ClangTools: Remove outdated suffix for temporary fileNikolai Kosjar2018-06-051-1/+1
* ClangTools: Remove dead codeNikolai Kosjar2018-06-051-15/+0
* ClangTools: Fix minor coding style issueNikolai Kosjar2018-06-051-2/+3
* ClangTools: Remove huge "log files" after we've read themIvan Donchevskii2018-06-051-1/+1
* ClangTools: Add tool that runs clang-tidy and clazyIvan Donchevskii2018-04-261-1/+1
* ClangTools: Split generic part from static analyzer toolIvan Donchevskii2018-04-131-0/+184