aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
* clangformat: Fix building with MSVC for unmodified clangKai Koehne2019-11-041-1/+5
* Clang: Build against LLVM/Clang 9Nikolai Kosjar2019-10-181-0/+4
* ClangFormat: improve the message the users seeLisandro Damián Nicanor Pérez Meyer2019-09-121-2/+3
* Fix MSVC warningsOrgad Shaneh2019-09-112-3/+3
* Unify disabling build of llvm related plugins or test on WindowsChristian Stenger2019-07-051-5/+0
* Avoid more deprecation warningshjk2019-07-051-2/+2
* ClangFormat: Provide an error message for Clang FormatMarco Bubke2019-06-111-1/+6
* Utils: Rename FileName to FilePathhjk2019-05-283-18/+18
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-1/+1
* More FileName::appendPath() -> .pathAppended() changeshjk2019-05-271-3/+3
* More FileName::pathAppended()hjk2019-05-201-9/+9
* Qt Creator CMake portCristian Adam2019-05-171-0/+15
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-172-4/+4
* ClangFormat: Add the interaction with BeautifierIvan Donchevskii2019-04-293-5/+84
* ClangFormat: Do not reinitialize the configuration and previewIvan Donchevskii2019-04-292-24/+26
* ClangFormat: Fix compile with older gcc and MSVCChristian Stenger2019-04-291-1/+1
* ClangFormat: Fix UI issuesIvan Donchevskii2019-04-265-79/+143
* ClangFormat: Make UI not translatableIvan Donchevskii2019-04-251-409/+409
* ClangFormat: Fix qbs buildNikolai Kosjar2019-04-251-0/+1
* ClangFormat: Improve the configuration UIIvan Donchevskii2019-04-255-25/+3511
* ClangFormat: Show the global fallback styleIvan Donchevskii2019-04-252-11/+16
* Clang: Centralize -Wno-comment for GCCOrgad Shaneh2019-04-232-8/+1
* Clang*: remove wrong cpp define from qbs filesDavid Schulz2019-04-231-1/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-121-0/+1
|\
| * Fix qbs build of clang format productAlexandru Croitor2019-04-101-0/+1
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-073-32/+81
|\|
| * ClangFormat: Disable configuration UI instead of hidingIvan Donchevskii2019-04-031-5/+11
| * ClangFormat: Fix indentation when empty lines are involvedIvan Donchevskii2019-04-021-25/+64
| * ClangFormat: Use the global style if no configuration is foundIvan Donchevskii2019-04-021-2/+5
| * ClangFormat: Fix showing the warning textIvan Donchevskii2019-04-021-0/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-022-23/+3
|\|
| * ClangFormat: Fix GCC8 warningsOrgad Shaneh2019-04-012-23/+3
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-1412-175/+455
|\|
| * ClangFormat: Extract switch statement into functionIvan Donchevskii2019-03-121-20/+24
| * ClangFormat: Reduce dummy text to minimum sizeIvan Donchevskii2019-03-121-3/+3
| * ClangFormat: Tweak dummy text for consecutive empty linesIvan Donchevskii2019-03-121-8/+23
| * ClangFormat: Fix the filepath to actually pick the selected configIvan Donchevskii2019-03-121-0/+7
| * ClangFormat: Indent closing brace on the new lineIvan Donchevskii2019-03-121-5/+18
| * ClangFormat: Simplify the dummy text for empty line heuristicsIvan Donchevskii2019-03-111-62/+53
| * ClangFormat: Use by default the same style as Qt Creator usesIvan Donchevskii2019-03-071-51/+104
| * ClangFormat: Improve dummy text guessing for empty linesIvan Donchevskii2019-03-071-15/+55
| * ClangFormat: Add context menu item to open current config fileIvan Donchevskii2019-03-074-3/+59
| * ClangFormat: Fix path for the overridden project configurationIvan Donchevskii2019-03-061-1/+2
| * ClangFormat: Add whitespace unit-tests and fix bugsIvan Donchevskii2019-03-062-23/+30
| * ClangFormat: Enable includes sortingIvan Donchevskii2019-03-061-2/+18
| * ClangFormat: Change plugin from "experimental" to "disabled by default"Ivan Donchevskii2019-03-061-1/+1
| * ClangFormat: Do not remove empty lines while only indentingIvan Donchevskii2019-03-061-15/+3
| * ClangFormat: Try to use existing file to override settingsIvan Donchevskii2019-03-061-10/+26
| * ClangFormat: Do not save settings if they are not overriddenIvan Donchevskii2019-03-061-0/+3
| * ClangFormat: Change the logic how configuration is pickedIvan Donchevskii2019-03-058-72/+142