summaryrefslogtreecommitdiffstats
path: root/include/clang/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Introduce the flag which allows not to shrink linesIvan Donchevskii2019-04-041-0/+13
* Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru2018-10-261-9/+6
* Hopefully fix the documentation generation issueSylvestre Ledru2018-10-221-2/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+7
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-0/+30
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-1/+11
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-1/+1
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-0/+9
* clang-format: Fix documentation generationFrancois Ferrand2018-06-141-19/+21
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+12
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-12/+31
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-041-1/+1
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-301-1/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-301-1/+1
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-181-1/+1
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-181-1/+1
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-8/+43
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-8/+5
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-89/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-170/+170
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-1/+1
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+28
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-1/+3
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-0/+4
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-021-0/+44
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-0/+7
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-6/+16
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-13/+20
* [clang-format] Adds a FormatStyleSetKrasimir Georgiev2018-01-151-0/+39
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+35
* [clang-format] Keep Sphinx happy after r317794Krasimir Georgiev2017-11-091-5/+6
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-0/+7
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+36
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-0/+14
* [clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper2017-09-071-5/+12
* Add an usage example of BreakBeforeBracesSylvestre Ledru2017-09-071-0/+8
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+26
* [clang-format] Add TextProto language name, NFCKrasimir Georgiev2017-07-061-0/+2
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-1/+4
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-1/+23
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-1/+1
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-6/+5
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-1/+19
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+10
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+24
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+12
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-12/+30
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+5