aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangfixitsrefactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add formatting information to ChangeSet::EditOpChristian Kandeler2023-12-131-2/+2
* Editor: replace Utils::Text::Replacement with Utils::ChangeSet::EditOp for fo...David Schulz2023-07-041-6/+7
* ClangTools: remove unused functionDavid Schulz2023-07-041-23/+0
* ClangTools: filepathify replacementsDavid Schulz2023-07-031-20/+16
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClangTools: Fix fix-it applicationChristian Kandeler2021-10-211-31/+35
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-5/+9
* ClangTools: Remove useless member FixitsRefactoringFile::m_filePathDavid Schulz2020-09-041-4/+0
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-4/+4
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ClangTools: Remove unused variableNikolai Kosjar2019-02-221-3/+0
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-21/+30
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-5/+5
* ClangTools: Fix compilationBernhard Beschow2018-12-211-1/+1
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-211-0/+86
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Clang: Properly apply fix-its from header filesIvan Donchevskii2018-06-281-19/+23
* ClangTools: Fix applying fixits one by oneNikolai Kosjar2018-05-281-0/+148