summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineFormatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-5/+23
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-1/+1
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-2/+5
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-4/+65
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-1/+10
* [clang-format] Make NoLineBreakFormatter respect MustBreakBeforeKrasimir Georgiev2017-05-181-1/+2
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-2/+5
* [clang-format] Fix parameter name comment; NFCKrasimir Georgiev2017-03-081-1/+1
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-25/+21
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-0/+1
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-131-1/+3
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-291-1/+3
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-2/+2
* clang-format: Simplify and improve stop condition for formattingDaniel Jasper2015-11-021-4/+1
* clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper2015-11-011-4/+19
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-281-2/+5
* clang-format: Increase cut-off limit for number of analyzed states.Daniel Jasper2015-10-271-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-4/+3
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-1/+2
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-3/+3
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-3/+3
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-3/+3
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-2/+2
* clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper2015-06-171-7/+6
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-1/+1
* Fix crash in clang-format.Manuel Klimek2015-06-111-2/+4
* clang-format: Fix child-formatting in macros.Daniel Jasper2015-05-261-4/+8
* clang-format: Make member introduced in r237108 const.Daniel Jasper2015-05-121-2/+1
* clang-format: Fix hanging nested blocks in macros.Daniel Jasper2015-05-121-2/+4
* Refactor clang-format's formatter.Manuel Klimek2015-05-121-135/+217
* Refactor the formatter of clang-format.Manuel Klimek2015-05-111-214/+336
* Implements a way to retrieve information about whether some lines were not fo...Manuel Klimek2015-05-071-2/+4
* clang-format: [JS] Do not collapse short interfaces.Daniel Jasper2015-05-051-1/+2
* clang-format: Don't merge short else blocks.Daniel Jasper2015-04-301-1/+6
* clang-format: Fix selective indentaiton in nested blocks.Daniel Jasper2015-04-291-1/+3
* clang-format: Support nested block formatting with ColumnLimit=0.Daniel Jasper2015-04-231-3/+7
* clang-format: Don't corrupt macros with open braces.Daniel Jasper2015-03-131-5/+8
* clang-format: Don't remove newline if macro ends in access specifier.Daniel Jasper2015-03-091-1/+2
* clang-format: Format Objective-C try blocks like all the other try blocks.Nico Weber2015-02-071-0/+2
* clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber2015-02-041-4/+12
* clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper2015-01-291-2/+2
* clang-format: Fix another crasher caused by incomplete macro code.Daniel Jasper2015-01-231-5/+11
* Exclude printLineState() in -Asserts. [-Wunused-function]NAKAMURA Takumi2014-12-171-0/+2
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-7/+12
* clang-format: Factor out UnwrappedLineFormatter into a separate file.Daniel Jasper2014-12-101-0/+699