aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
...
| * ClangFormat: Do not apply "smart" formatting before new linesIvan Donchevskii2019-03-051-2/+2
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-019-108/+151
|\|
| * CppTools: Move code style snippets to a separate headerOrgad Shaneh2019-02-261-1/+1
| * ClangFormat: Add the preview text editor to the settingsIvan Donchevskii2019-02-224-3/+50
| * ClangFormat: Show .clang-format file as text instead of the tableIvan Donchevskii2019-02-222-78/+9
| * ClangFormat: Fix configuration files handlingIvan Donchevskii2019-02-221-14/+58
| * ClangFormat: Fix handling more complex stylesIvan Donchevskii2019-02-221-6/+0
| * ClangFormat: Fix crashes when new project is createdIvan Donchevskii2019-02-222-3/+8
| * ClangFormat: Warn about invalid option and restore the last styleIvan Donchevskii2019-02-221-0/+12
| * ClangFormat: Fix the indentation for lines starting with ')'Ivan Donchevskii2019-02-222-8/+17
| * Clang: Build clangformat only if clang/Format/Format.h existsNikolai Kosjar2019-02-211-0/+1
* | Plugins: Code cosmeticshjk2019-02-272-8/+0
|/
* ClangFormat: Refactor codeIvan Donchevskii2019-02-202-281/+257
* ClangFormat: Fix unit-testsIvan Donchevskii2019-02-192-64/+75
* ClangFormat: Improve mass indentation performanceIvan Donchevskii2019-02-192-98/+61
* ClangFormat: Clean up some code and and few unit-testsIvan Donchevskii2019-02-191-18/+17
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-192-54/+58
* ClangFormat: Improve formatting performance to reformat the whole fileIvan Donchevskii2019-02-122-65/+39
* ClangFormat: Take line context into account when formattingIvan Donchevskii2019-02-111-1/+40
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-057-1/+36
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-0510-65/+247
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-312-32/+52
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-3111-2/+163
* ClangFormat: Fix applying global settingsIvan Donchevskii2019-01-245-17/+25
* ClangFormat: Remove #pragma once from source fileOrgad Shaneh2019-01-231-2/+0
* ClangFormat: Reduce the amount of electric charactersIvan Donchevskii2019-01-221-2/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-228-490/+607
* ClangFormat: Try to add ')' in case of no indentationIvan Donchevskii2019-01-211-29/+58
* ClangFormat: Suppress -WcommentOrgad Shaneh2019-01-172-1/+8
* ClangFormat: Remove reference from const parameterIvan Donchevskii2019-01-091-1/+1
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-212-5/+2
* ClangFormat: Return replacements from 'format' callIvan Donchevskii2018-12-112-125/+125
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-071-3/+6
|\
| * ClangFormat: Fix the end offset for the reformat callIvan Donchevskii2018-12-051-3/+6
* | ClangFormat: Remove unused variableNikolai Kosjar2018-12-051-1/+1
* | ClangFormat: Move settings to the Code Style widgetIvan Donchevskii2018-12-043-62/+27
|/
* Clang: Properly set up warnings for clang-based librariesIvan Donchevskii2018-11-292-1/+3
* ClangFormat: Trim space-only lines to properly indent themIvan Donchevskii2018-11-271-0/+14
* ClangFormat: Fix iteration through text blocksIvan Donchevskii2018-11-271-5/+24
* ClangFormat: Don't export symbols of librariesMarco Bubke2018-11-271-0/+1
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-142-47/+59
* ClangFormat: Use relevant settings for each fileIvan Donchevskii2018-11-145-48/+54
* ClangFormat: Use the constant for the configuration filenameIvan Donchevskii2018-11-133-6/+13
* ClangFormat: Improve current style detectionIvan Donchevskii2018-11-131-2/+9
* ClangFormat: Set BreakBeforeBraces to Custom by defaultIvan Donchevskii2018-11-131-0/+2
* CppTools: Allow to check whether project code style existsIvan Donchevskii2018-11-121-3/+3
* ClangFormat: Fix unused static function warningOrgad Shaneh2018-11-091-0/+2
* ClangFormat: Add missing file to .qbsIvan Donchevskii2018-11-091-0/+1
* ClangFormat: Synchronize with C++ code style settingsIvan Donchevskii2018-11-087-70/+224
* ClangFormat: Fix text indentation after inserted snippetIvan Donchevskii2018-11-081-12/+14