summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev2019-04-181-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev2018-05-091-10/+17
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-60/+60
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-081-1/+6
* Test commit - fixing a comment.Jacek Olesiak2018-02-061-2/+2
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-1/+5
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-3/+14
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-3/+19
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-7/+30
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-0/+5
* [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
OpenPOWER on IntegriCloud