summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* clang-format: Don't indent lambda body relative to its return type.Daniel Jasper2016-06-131-5/+7
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-081-3/+6
* clang-format: Fix segfault introduced by allowing wraps after comments.Daniel Jasper2016-05-291-1/+2
* Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu2016-04-281-1/+1
* clang-format: [JS] generator and async functions.Martin Probst2016-04-241-1/+1
* clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.Daniel Jasper2016-03-171-1/+11
* clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper2016-03-011-1/+1
* clang-format: Make indentation after "<<" more consistent.Daniel Jasper2016-02-111-3/+9
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-1/+2
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-051-1/+1
* clang-format: Fix formatting of ternary expressions with comments.Daniel Jasper2016-02-031-4/+8
* clang-format: Make AlignAfterOpenBracket also affect angle brackets.Daniel Jasper2016-02-021-1/+2
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-1/+2
* clang-format: [Java] Remove unnecessary line break after complex annotationsDaniel Jasper2016-01-271-0/+1
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-141-1/+1
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-131-1/+5
* clang-format: Slightly row back on r257257.Daniel Jasper2016-01-111-1/+5
* clang-format: [JS] Improve line-flow when calling functions on array literals.Daniel Jasper2016-01-111-4/+6
* clang-format: Fix incorrect line break in certain configurations.Daniel Jasper2016-01-091-1/+2
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-091-1/+2
* clang-format: Fix corner case in one-per-line formatting.Daniel Jasper2016-01-071-1/+1
* clang-format: Fix corner case in "if it saves columns"-calculation.Daniel Jasper2016-01-051-1/+1
* clang-format: Handle \n the same way as std::endl with stream operator.Daniel Jasper2016-01-051-2/+4
* clang-format: Avoid creating hanging indents in call sequences.Daniel Jasper2016-01-051-0/+10
* clang-format: Improve line wrapping behavior in call sequences.Daniel Jasper2016-01-051-2/+2
* clang-format: Fix corner-case in ObjC method declaration formattingDaniel Jasper2016-01-041-7/+7
* clang-format: [Proto] Improve wrapping of message field attributes.Daniel Jasper2016-01-041-2/+3
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-4/+4
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-011-2/+4
* clang-format: If the template list of a variable declaration spansDaniel Jasper2015-11-231-0/+1
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-11/+13
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-8/+21
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+3
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-211-0/+1
* clang-format: Respect IndentWrappedFunctionNames when aligning colonsDaniel Jasper2015-07-161-1/+6
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-151-1/+2
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-2/+4
* clang-format: [JS] Prevent confusing TypeScript parameters wraps.Daniel Jasper2015-07-061-1/+1
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-1/+2
* clang-format: Don't indent relative to unary operators (some more).Daniel Jasper2015-06-291-1/+1
* clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper2015-06-191-1/+1
* clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper2015-06-181-1/+2
* clang-format: [JS] Add a special case for indenting function literals.Daniel Jasper2015-06-181-1/+15
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-7/+9
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-2/+2
* clang-format: [JS] Tweak behavior for multiline array initializer parametersDaniel Jasper2015-06-151-1/+2
* clang-format: More eagerly wrap trailing return types.Daniel Jasper2015-06-051-1/+1
* clang-format: Properly reset BreakBeforeParameter when wrappingDaniel Jasper2015-06-031-0/+2
* clang-format: [JS] Fix incorrect line length calculation.Daniel Jasper2015-06-021-1/+2
OpenPOWER on IntegriCloud