aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/ContinuationIndenter.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev1-15/+27
2017-06-30clang-format: Do not binpack initialization listsFrancois Ferrand1-2/+2
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev1-2/+18
2017-06-19clang-format: Fix C99 designated initializers corner casesFrancois Ferrand1-1/+3
2017-06-19clang-format: Handle "if constexpr".Daniel Jasper1-1/+2
2017-06-06clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst1-2/+2
2017-05-29clang-format: [JS] fix indenting bound functions.Martin Probst1-2/+13
2017-05-24clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand1-10/+36
2017-05-22clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst1-1/+1
2017-05-19[clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev1-1/+3
2017-05-15JavaScript allows parameter lists to include trailing commas:Martin Probst1-0/+12
2017-05-08[clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper1-0/+4
2017-04-24clang-format: Fix bad corner case in formatting of function types.Daniel Jasper1-1/+2
2017-04-11[clang-format] Handle NSString literals by merging tokens.Alexander Kornienko1-11/+5
2017-03-31clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper1-2/+2
2017-03-16clang-format: Fix bug in wrapping behavior of operators.Daniel Jasper1-0/+1
2017-03-10[clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu1-4/+15
2017-03-08[clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...Krasimir Georgiev1-1/+5
2017-03-08[clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev1-3/+2
2017-02-24clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber1-4/+2
2017-02-20clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper1-3/+13
2017-02-20clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper1-0/+2
2017-02-03clang-format: [JS] Fix bugs in parsing and aligning template strings.Daniel Jasper1-2/+2
2017-02-02[clang-format] Don't reflow across comment pragmas.Krasimir Georgiev1-1/+1
2017-02-02clang-format: Do not use two-argument/operand special case with no alignmentDaniel Jasper1-1/+1
2017-02-01clang-format: Fix incorrect line breaks after forced operator wraps.Daniel Jasper1-1/+1
2017-02-01clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.Daniel Jasper1-1/+6
2017-01-31clang-format: [JS] Indent expressions in ${} relative to their surroundingDaniel Jasper1-2/+13
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper1-21/+16
2017-01-30clang-format: [JavaScript] Undo r291974 for JavaScript.Daniel Jasper1-1/+8
2017-01-25[clang-format] Implement comment reflowing.Krasimir Georgiev1-16/+44
2017-01-16clang-format: Always wrap before multi-line parameters/operands.Daniel Jasper1-24/+37
2017-01-13clang-format: Fix bug in making line break decisions.Daniel Jasper1-5/+5
2017-01-12clang-format: Fix regression introduced by r291801.Daniel Jasper1-8/+4
2017-01-12clang-format: Treat braced lists like other complex parameters.Daniel Jasper1-0/+7
2016-12-19clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper1-1/+1
2016-12-12clang-format: Separate out a language kind for ObjC.Daniel Jasper1-0/+1
2016-11-29clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper1-1/+1
2016-11-29clang-format: Fix unnnecessary line break.Daniel Jasper1-1/+2
2016-11-12clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper1-0/+5
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-06-13clang-format: Don't indent lambda body relative to its return type.Daniel Jasper1-5/+7
2016-06-08clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper1-3/+6
2016-05-29clang-format: Fix segfault introduced by allowing wraps after comments.Daniel Jasper1-1/+2
2016-04-28Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu1-1/+1
2016-04-24clang-format: [JS] generator and async functions.Martin Probst1-1/+1
2016-03-17clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.Daniel Jasper1-1/+11
2016-03-01clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper1-1/+1
2016-02-11clang-format: Make indentation after "<<" more consistent.Daniel Jasper1-3/+9
2016-02-08clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper1-1/+2