summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineFormatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-5/+7
* [clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev2018-05-091-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-28/+28
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-3/+6
* [clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev2018-04-191-8/+10
* Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev2018-03-271-5/+1
* [clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev2018-03-191-1/+5
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-0/+8
* [clang-format] Fix shortening blocks in macros causing merged next lineKrasimir Georgiev2018-01-191-3/+9
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-251-2/+7
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-171-0/+3
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-24/+45
* [clang-format] Fix regression about short functions after #elseKrasimir Georgiev2017-10-021-2/+1
* clang-format clang-format.Manuel Klimek2017-09-201-7/+8
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-2/+3
* [clang-format] Fixed one-line if statementKrasimir Georgiev2017-09-111-42/+108
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+4
* clang-format: merge short case labels with trailing commentsFrancois Ferrand2017-07-281-2/+21
* 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
OpenPOWER on IntegriCloud