aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/UnwrappedLineFormatter.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-30clang-format: add options to merge empty record bodyFrancois Ferrand1-5/+23
2017-06-21clang-format: introduce InlineOnly short function styleFrancois Ferrand1-1/+1
2017-06-19clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper1-2/+5
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand1-4/+65
2017-06-13clang-format: add option to merge empty function bodyFrancois Ferrand1-1/+10
2017-05-18[clang-format] Make NoLineBreakFormatter respect MustBreakBeforeKrasimir Georgiev1-1/+2
2017-04-21[clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev1-2/+5
2017-03-08[clang-format] Fix parameter name comment; NFCKrasimir Georgiev1-1/+1
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper1-25/+21
2016-11-15[clang-format] Fixed line merging of more than two linesCameron Desrochers1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-06-13clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst1-1/+3
2016-02-29clang-format: Don't format unrelated nested blocks.Daniel Jasper1-1/+3
2015-12-01clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper1-2/+2
2015-11-02clang-format: Simplify and improve stop condition for formattingDaniel Jasper1-4/+1
2015-11-01clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper1-4/+19
2015-10-28clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper1-2/+5
2015-10-27clang-format: Increase cut-off limit for number of analyzed states.Daniel Jasper1-1/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-09-29clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper1-4/+3
2015-09-21clang-format: Fix merging short case labels with comments.Daniel Jasper1-1/+2
2015-09-10Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg1-3/+3
2015-09-10Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg1-3/+3
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg1-3/+3
2015-06-17clang-format: clang-format (NFC)Daniel Jasper1-2/+2
2015-06-17clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper1-7/+6
2015-06-11clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper1-1/+1
2015-06-11Fix crash in clang-format.Manuel Klimek1-2/+4
2015-05-26clang-format: Fix child-formatting in macros.Daniel Jasper1-4/+8
2015-05-12clang-format: Make member introduced in r237108 const.Daniel Jasper1-2/+1
2015-05-12clang-format: Fix hanging nested blocks in macros.Daniel Jasper1-2/+4
2015-05-12Refactor clang-format's formatter.Manuel Klimek1-135/+217
2015-05-11Refactor the formatter of clang-format.Manuel Klimek1-214/+336
2015-05-07Implements a way to retrieve information about whether some lines were not fo...Manuel Klimek1-2/+4
2015-05-05clang-format: [JS] Do not collapse short interfaces.Daniel Jasper1-1/+2
2015-04-30clang-format: Don't merge short else blocks.Daniel Jasper1-1/+6
2015-04-29clang-format: Fix selective indentaiton in nested blocks.Daniel Jasper1-1/+3
2015-04-23clang-format: Support nested block formatting with ColumnLimit=0.Daniel Jasper1-3/+7
2015-03-13clang-format: Don't corrupt macros with open braces.Daniel Jasper1-5/+8
2015-03-09clang-format: Don't remove newline if macro ends in access specifier.Daniel Jasper1-1/+2
2015-02-07clang-format: Format Objective-C try blocks like all the other try blocks.Nico Weber1-0/+2
2015-02-04clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber1-4/+12
2015-01-29clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper1-2/+2
2015-01-23clang-format: Fix another crasher caused by incomplete macro code.Daniel Jasper1-5/+11
2014-12-17Exclude printLineState() in -Asserts. [-Wunused-function]NAKAMURA Takumi1-0/+2
2014-12-12clang-format: Revamp nested block formatting.Daniel Jasper1-7/+12
2014-12-10clang-format: Factor out UnwrappedLineFormatter into a separate file.Daniel Jasper1-0/+699