summaryrefslogtreecommitdiff
path: root/src/plugins/clangtools/virtualfilesystemoverlay.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangToolRunner: Make overlayFilePath a member of AnalyzeInputDataJarek Kobus2023-01-111-5/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Use FilePath in TemporaryDirectory APIhjk2021-07-021-3/+2
* Utils: Merge FileUtils::removeRecursively() into FilePathhjk2021-07-021-4/+3
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+1
* ClangTools: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* ClangTools: remove already existing temporary filesDavid Schulz2020-11-231-0/+2
* Use QHash instead of QMap when key is a pointer typeJarek Kobus2020-11-171-1/+1
* ClangTools: Add QuickFixes to the editorDavid Schulz2020-09-041-1/+10
* ClangTools: Add automatic clang tool runner for open documentsDavid Schulz2020-08-281-0/+124