summaryrefslogtreecommitdiffstats
path: root/lib/Format/ContinuationIndenter.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-13/+9
* clang-format: Always wrap before multi-line parameters/operands.Daniel Jasper2017-01-161-4/+9
* Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu2016-04-281-2/+3
* [clang-format] Use in-class initializers to simplify constructor.Benjamin Kramer2015-06-121-17/+14
* [clang-format] Reorder and pack ParenState members to minimize paddingBenjamin Kramer2015-06-121-36/+36
* clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.Daniel Jasper2015-06-091-3/+3
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-1/+8
* clang-format: Use nested block special case for all languages.Daniel Jasper2014-11-211-6/+6
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-2/+5
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-4/+4
* clang-format: Split up moveStateToNextToken.Daniel Jasper2014-05-261-0/+12
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-211-1/+8
* clang-format: Cleanup redundant calculation of ParenLevel.Daniel Jasper2014-05-081-7/+2
* clang-format: Don't allow hanging indentation for operators on new linesDaniel Jasper2014-04-141-5/+11
* clang-format: Improve format of calls with several lambdas.Daniel Jasper2014-04-091-1/+7
* clang-format: Extract getNewLineColumn out of addTokenOnNewLine.Daniel Jasper2014-03-271-0/+3
* Added an option to avoid splitting certain kinds of comments into lines.Alexander Kornienko2014-01-021-0/+2
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-1/+16
* clang-format: Improve handling of raw string literals.Daniel Jasper2013-12-161-1/+1
* Simplify fix proposed in r195240.Daniel Jasper2013-11-201-2/+2
* Fix bug where optimization would lead to strange line breaks.Manuel Klimek2013-11-201-2/+2
* Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko2013-10-141-4/+7
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-1/+1
* Refactoring: split addTokenToState into two methods.Alexander Kornienko2013-10-011-0/+19
* Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko2013-09-101-3/+2
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-061-1/+2
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-7/+12
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-291-0/+8
* clang-format: Format segments of builder-type calls one per line.Daniel Jasper2013-08-271-1/+8
* clang-format: Fix corner case for string splitting ..Daniel Jasper2013-08-231-0/+7
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-1/+2
* Split UnwrappedLineFormatter into individual components.Daniel Jasper2013-08-161-0/+277