summaryrefslogtreecommitdiffstats
path: root/lib/Format/BreakableToken.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-031-2/+18
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-231-3/+4
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-12/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-12/+14
* Revert "clang-format: [JS] don't break comments before any '{'"Tim Northover2018-08-031-12/+12
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-12/+12
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-021-5/+21
* [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