aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/ContinuationIndenter.h
AgeCommit message (Expand)Author
2019-04-18[clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-05-09[clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-08[clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton
2018-02-06Test commit - fixing a comment.Jacek Olesiak
2018-01-17[clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev
2017-12-01Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek
2017-11-14Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-10-16[clang-format] Break non-trailing comments, try 2Krasimir Georgiev
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2017-01-16clang-format: Always wrap before multi-line parameters/operands.Daniel Jasper
2016-04-28Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu
2015-06-12[clang-format] Use in-class initializers to simplify constructor.Benjamin Kramer
2015-06-12[clang-format] Reorder and pack ParenState members to minimize paddingBenjamin Kramer
2015-06-09clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.Daniel Jasper
2014-12-12clang-format: Revamp nested block formatting.Daniel Jasper
2014-11-21clang-format: Use nested block special case for all languages.Daniel Jasper
2014-11-04clang-format: Use identifier table for keywords in other languages.Daniel Jasper
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-06-03clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper
2014-05-26clang-format: Split up moveStateToNextToken.Daniel Jasper
2014-05-21clang-format: [JS] Support different function literal style.Daniel Jasper
2014-05-08clang-format: Cleanup redundant calculation of ParenLevel.Daniel Jasper
2014-04-14clang-format: Don't allow hanging indentation for operators on new linesDaniel Jasper
2014-04-09clang-format: Improve format of calls with several lambdas.Daniel Jasper
2014-03-27clang-format: Extract getNewLineColumn out of addTokenOnNewLine.Daniel Jasper
2014-01-02Added an option to avoid splitting certain kinds of comments into lines.Alexander Kornienko
2013-12-23clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper
2013-12-16clang-format: Improve handling of raw string literals.Daniel Jasper
2013-11-20Simplify fix proposed in r195240.Daniel Jasper
2013-11-20Fix bug where optimization would lead to strange line breaks.Manuel Klimek
2013-10-14Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko
2013-10-11Support formatting of preprocessor branches.Manuel Klimek
2013-10-01Refactoring: split addTokenToState into two methods.Alexander Kornienko
2013-09-10Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko
2013-09-06clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper
2013-09-05clang-format: Enable formatting of nested blocks.Daniel Jasper
2013-08-29Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko
2013-08-27clang-format: Format segments of builder-type calls one per line.Daniel Jasper
2013-08-23clang-format: Fix corner case for string splitting ..Daniel Jasper
2013-08-22clang-format: Add column layout formatting for braced listsDaniel Jasper
2013-08-16Split UnwrappedLineFormatter into individual components.Daniel Jasper