aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/virtualfilesystemoverlay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Util: Remove FilePath::removeRecursively(QString*error)Marcus Tillmanns2025-02-041-3/+3
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-1/+1
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-3/+2
* ClangTools: Replace FilePath::toStringAndrii Semkiv2024-09-121-5/+3
* 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