summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Add @private to the list of jsdoc annotationsKrasimir Georgiev2018-08-011-1/+1
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-7/+47
* [clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev2018-06-121-7/+38
* [clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev2018-06-071-1/+2
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [format] Eliminate global destructors.Benjamin Kramer2018-03-201-7/+6
* [clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev2018-01-231-3/+3
* Fix bug where we wouldn't break columns over the limit.Manuel Klimek2017-12-041-2/+4
* Fix 'control reaches end of non-void' warning by using llvm_unreachable.Manuel Klimek2017-11-291-3/+2
* Restructure how we break tokens.Manuel Klimek2017-11-291-266/+171
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-171-2/+2
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-0/+1
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-6/+17
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-0/+6
* clang-format clang-format.Manuel Klimek2017-09-201-61/+50
* [clang-format] Emit absolute splits before lines for comments, try 2Krasimir Georgiev2017-08-241-12/+10
* Revert "[clang-format] Emit absolute splits before lines for comments"Krasimir Georgiev2017-08-231-10/+12
* [clang-format] Emit absolute splits before lines for commentsKrasimir Georgiev2017-08-231-12/+10
* [clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...Krasimir Georgiev2017-08-091-6/+12
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-201-2/+41
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+19
* clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev2017-05-181-1/+6
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-9/+2
* [clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-081-4/+9
* [clang-format] Remove unused member variables from BreakableTokenKrasimir Georgiev2017-02-211-8/+4
* [clang-format] Align block comment decorationsKrasimir Georgiev2017-02-161-2/+24
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-13/+34
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-1/+1
* [clang-format] Don't reflow lines starting with TODO, FIXME or XXX.Krasimir Georgiev2017-02-021-3/+12
* [clang-format] Fix regression about not aligning trailing comments in case th...Krasimir Georgiev2017-02-011-12/+10
* [clang-format] Fix regression about adding leading whitespace to the content ...Krasimir Georgiev2017-01-311-6/+10
* [clang-format] Fix reflow in block comment lines with leading whitespace.Krasimir Georgiev2017-01-311-4/+9
* [clang-format] Fix regression merging comments across newlines.Krasimir Georgiev2017-01-311-0/+17
* [clang-format] Don't reflow comment lines starting with '@'.Krasimir Georgiev2017-01-311-1/+3
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-40/+30
* [clang-format] Fix regression that breaks comments without a comment prefixKrasimir Georgiev2017-01-301-1/+5
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-122/+510
* [clang-format] Add comment manipulation headerEric Liu2016-10-191-15/+1
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-7/+5
* clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper2015-06-171-1/+1
* clang-format: Support //!-comments, increase test coverage.Daniel Jasper2015-06-091-1/+3
* clang-format: Fix bug in multiline comment wrapping.Daniel Jasper2015-05-061-5/+11
* clang-format: Fix crasher when splitting incomplete escape sequences.Daniel Jasper2015-01-211-1/+1
* Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko2015-01-121-1/+2
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-5/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Fix alignment of trailing block comments.Alexander Kornienko2014-04-171-5/+3
* Preserve hanging indent when breaking line comments.Alexander Kornienko2014-03-101-7/+14
OpenPOWER on IntegriCloud