aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
* Fix various compiler warningsChristian Kandeler2021-10-131-1/+1
* ClangFormat: Fix bug with reload of settingsArtem Sokolovskii2021-10-062-4/+1
* ClangFormat: Rework clangformatconfigwidgetArtem Sokolovskii2021-10-067-64/+217
* Merge CppTools into CppEditorChristian Kandeler2021-09-016-15/+13
* ClangFormat: Spread FilePathhjk2021-08-191-7/+8
* ClangFormat: Code cosmeticshjk2021-08-171-29/+23
* Fix a number of compiler warningsChristian Kandeler2021-07-121-0/+4
* ClangFormat: Prepend a space character to our inserted line commentChristian Kandeler2021-07-051-2/+2
* ClangFormat: Prevent adding/removing lines when indentingChristian Kandeler2021-07-051-0/+5
* clangformat: Fix build with LLVM 13Björn Schäpers2021-06-171-0/+4
* clang-format: Add more default statement macrosChristian Kandeler2021-05-141-0/+3
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-262-6/+5
* ClangFormat: Sprinkle some more magic pixie dustChristian Kandeler2021-04-121-1/+13
* ClangFormat: Fix compileChristian Stenger2021-03-111-1/+1
* clangformat: Fix build with LLVM 13Björn Schäpers2021-03-112-0/+8
* Fix compilation by not using optional from stdEike Ziller2021-02-021-1/+1
* Compile fix: use Utils::optional instead of std::optionalJarek Kobus2021-02-021-1/+1
* clangformat: Fix build with LLVM 12Björn Schäpers2021-02-011-0/+5
* Texteditor: Add ability to get margin from indenterBjörn Schäpers2021-01-292-0/+7
* Merge remote-tracking branch 'origin/4.14'Tim Jenssen2021-01-071-0/+5
|\
| * cmake build: Avoid other LLVM libraries interfering with ClangFormat pluginEike Ziller2021-01-061-0/+5
* | ClangFormat: Fix missing return value warningChristian Stenger2021-01-071-1/+1
* | ClangFormat: Do not refuse to build against unpatched clangChristian Kandeler2021-01-061-11/+16
|/
* Fix compilation of ClangFormat plugin against LLVM with clang-cppEike Ziller2020-12-181-1/+1
* cmake: Fix building debug with release libclangChristian Stenger2020-11-231-1/+1
* Silence the warning about missing initializer for memberJarek Kobus2020-11-132-2/+2
* More Qt6 portinghjk2020-07-221-1/+1
* qbs build: Fix linking ClangFormat on WindowsChristian Kandeler2020-07-091-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+2
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-06-261-3/+6
|\
| * ClangFormat: Fix warningMarco Bubke2020-06-151-0/+5
* | ClangFormat: Adapt to clang 11 API changesChristian Kandeler2020-06-042-1/+5
* | ClangFormat: Compile fix for MSVCCristian Adam2020-03-241-2/+4
|/
* Clang: Fix build with Clang/LLVM 10Orgad Shaneh2020-02-201-0/+8
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-2/+0
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Editor: add formatter supportDavid Schulz2020-01-222-20/+2
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-092-46/+46
* Editor: Rename format -> autoIndentDavid Schulz2020-01-092-8/+7
* Clang: Build against LLVM/Clang 9Nikolai Kosjar2019-10-021-0/+4
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-171-2/+3
|\
| * ClangFormat: improve the message the users seeLisandro Damián Nicanor Pérez Meyer2019-09-121-2/+3
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-122-3/+3
|\|
| * Fix MSVC warningsOrgad Shaneh2019-09-112-3/+3
* | Fix compile after FileName dropChristian Stenger2019-07-241-1/+1
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-122-7/+2
|\|
| * Unify disabling build of llvm related plugins or test on WindowsChristian Stenger2019-07-051-5/+0
| * Avoid more deprecation warningshjk2019-07-051-2/+2
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-131-2/+2
|/