summaryrefslogtreecommitdiff
path: root/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-5/+154
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-1/+14
* clang-format clang-format.Manuel Klimek2017-09-201-20/+20
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-1/+24
* clang-format: [JS] simplify template string wrapping.Martin Probst2017-08-291-20/+1
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-241-1/+1
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-221-1/+1
* [clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...Krasimir Georgiev2017-08-091-2/+2
* [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev2017-08-031-1/+4
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-201-1/+12
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-15/+27
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-2/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-2/+18
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-1/+3
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-1/+2
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-2/+2
* clang-format: [JS] fix indenting bound functions.Martin Probst2017-05-291-2/+13
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-10/+36
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-1/+1
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-1/+3
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-151-0/+12
* [clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper2017-05-081-0/+4
* clang-format: Fix bad corner case in formatting of function types.Daniel Jasper2017-04-241-1/+2
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-11/+5
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-2/+2
* clang-format: Fix bug in wrapping behavior of operators.Daniel Jasper2017-03-161-0/+1
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-4/+15
* [clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...Krasimir Georgiev2017-03-081-1/+5
* [clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-081-3/+2
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-4/+2
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-3/+13
* clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper2017-02-201-0/+2
* clang-format: [JS] Fix bugs in parsing and aligning template strings.Daniel Jasper2017-02-031-2/+2
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-1/+1
* clang-format: Do not use two-argument/operand special case with no alignmentDaniel Jasper2017-02-021-1/+1
* clang-format: Fix incorrect line breaks after forced operator wraps.Daniel Jasper2017-02-011-1/+1
* clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.Daniel Jasper2017-02-011-1/+6
* clang-format: [JS] Indent expressions in ${} relative to their surroundingDaniel Jasper2017-01-311-2/+13
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-21/+16
* clang-format: [JavaScript] Undo r291974 for JavaScript.Daniel Jasper2017-01-301-1/+8
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-16/+44
* clang-format: Always wrap before multi-line parameters/operands.Daniel Jasper2017-01-161-24/+37
* clang-format: Fix bug in making line break decisions.Daniel Jasper2017-01-131-5/+5
* clang-format: Fix regression introduced by r291801.Daniel Jasper2017-01-121-8/+4
* clang-format: Treat braced lists like other complex parameters.Daniel Jasper2017-01-121-0/+7
* clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper2016-12-191-1/+1
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-0/+1
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-1/+1
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-1/+2
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-121-0/+5