aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineFormatter.cpp
AgeCommit message (Expand)Author
2018-10-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev
2018-09-21[clang-format] Do not merge short case labels if followed by a block.Owen Pan
2018-09-13[clang-format] Wrapped block after case label should not be merged into one lineOwen Pan
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-09-02Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-19[clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev
2018-03-27Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev
2018-03-19[clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev
2018-02-27clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand
2018-01-19[clang-format] Fix shortening blocks in macros causing merged next lineKrasimir Georgiev
2017-11-25clang-format: [JS] do not collapse short classes.Martin Probst
2017-11-17clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-10-02[clang-format] Fix regression about short functions after #elseKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-09-15[clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev
2017-09-11[clang-format] Fixed one-line if statementKrasimir Georgiev
2017-08-30clang-format: Add preprocessor directive indentationKrasimir Georgiev
2017-07-28clang-format: merge short case labels with trailing commentsFrancois Ferrand
2017-06-30clang-format: add options to merge empty record bodyFrancois Ferrand
2017-06-21clang-format: introduce InlineOnly short function styleFrancois Ferrand
2017-06-19clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper
2017-06-14clang-format: Add CompactNamespaces optionFrancois Ferrand
2017-06-13clang-format: add option to merge empty function bodyFrancois Ferrand
2017-05-18[clang-format] Make NoLineBreakFormatter respect MustBreakBeforeKrasimir Georgiev
2017-04-21[clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev
2017-03-08[clang-format] Fix parameter name comment; NFCKrasimir Georgiev
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2016-11-15[clang-format] Fixed line merging of more than two linesCameron Desrochers
2016-07-18[NFC] Header cleanupMehdi Amini
2016-06-13clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst
2016-02-29clang-format: Don't format unrelated nested blocks.Daniel Jasper
2015-12-01clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper
2015-11-02clang-format: Simplify and improve stop condition for formattingDaniel Jasper
2015-11-01clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper
2015-10-28clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper
2015-10-27clang-format: Increase cut-off limit for number of analyzed states.Daniel Jasper
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-09-29clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper
2015-09-21clang-format: Fix merging short case labels with comments.Daniel Jasper
2015-09-10Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg
2015-09-10Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg
2015-06-17clang-format: clang-format (NFC)Daniel Jasper
2015-06-17clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper