aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* ClangFormat: Make more readable helper functionsIvan Donchevskii2018-10-241-22/+19
* Clang: Remove superfluous white spaceRobert Loehning2018-10-241-1/+1
* Clang: Remove default windowTitle from translationRobert Loehning2018-10-221-1/+1
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-1710-325/+361
* qbs: Remove pointless ExtensionSystem dependency from pluginsNikolai Kosjar2018-10-081-2/+0
* Clang: Fix ClangFormat build with clang-7Ivan Donchevskii2018-10-052-1/+8
* Fix qbs build of clangformat pluginAlexandru Croitor2018-09-251-1/+3
* ClangFormat: Add projectexplorer dependency for qmakeNikolai Kosjar2018-09-191-0/+1
* Linux: Fix linking of clangformat against prebuilt libclang packagesEike Ziller2018-09-131-0/+2
* ClangFormat: Fix unused parameter warningTobias Hunger2018-09-121-0/+2
* ClangFormat: Fix warnings about signed/unsigned intTobias Hunger2018-09-121-2/+3
* ClangFormat: Fix warning about initialization orderTobias Hunger2018-09-121-1/+1
* ClangFormat: Fix warning about missing overrideTobias Hunger2018-09-121-1/+1
* ClangFormat: Fix warnings about fallthroughTobias Hunger2018-09-121-0/+2
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-1212-0/+1175