summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineFormatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-2/+4
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-2/+4
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-4/+6
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-6/+4
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-4/+6
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-12/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-4/+3
* [clang-format] Do not merge short case labels if followed by a block.Owen Pan2018-09-211-0/+2
* [clang-format] Wrapped block after case label should not be merged into one lineOwen Pan2018-09-131-0/+4
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-2/+2
* Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth2018-09-021-0/+6
* [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