aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
...
* [ClangFormat] Fix bax with BasedOnStyle fieldArtem Sokolovskii2022-03-031-4/+13
* [ClangFormat] Add test checkking indentation after Q_OBJECTArtem Sokolovskii2022-02-105-8/+43
* Allow to build ClangFormat plugin with CLANGTOOLING_LINK_CLANG_DYLIBAlexander Drozdov2022-01-271-1/+1
* ClangFormat: Suppress warnings from llvmOrgad Shaneh2022-01-271-0/+4
* Remove qmake build filesEike Ziller2022-01-203-55/+0
* ClangFormat: Move tests into pluginChristian Kandeler2022-01-208-0/+926
* Fix various compiler warningsChristian Kandeler2021-12-021-1/+1
* ClangFormat: Fix compile for old LLVMChristian Stenger2021-11-251-1/+6
* ClangFormat: Synchronize ClangFormat settings with CppEditor codestyleArtem Sokolovskii2021-11-245-12/+185
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-10-211-1/+1
|\
| * Fix various compiler warningsChristian Kandeler2021-10-131-1/+1
* | Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-10-087-67/+217
|\|
| * ClangFormat: Fix bug with reload of settingsArtem Sokolovskii2021-10-062-4/+1
| * ClangFormat: Rework clangformatconfigwidgetArtem Sokolovskii2021-10-067-64/+217
* | ClangFormat: Move ClangFormat settings pageArtem Sokolovskii2021-10-081-13/+7
|/
* 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