aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/BreakableToken.cpp
AgeCommit message (Expand)Author
2018-08-03clang-format: [JS] don't break comments before any '{'Martin Probst
2018-08-03Revert "clang-format: [JS] don't break comments before any '{'"Tim Northover
2018-08-03clang-format: [JS] don't break comments before any '{'Martin Probst
2018-08-02clang-format: fix a crash in comment wraps.Martin Probst
2018-08-01[clang-format] Add @private to the list of jsdoc annotationsKrasimir Georgiev
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev
2018-06-12[clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev
2018-06-07[clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-20[format] Eliminate global destructors.Benjamin Kramer
2018-01-23[clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev
2017-12-04Fix bug where we wouldn't break columns over the limit.Manuel Klimek
2017-11-29Fix 'control reaches end of non-void' warning by using llvm_unreachable.Manuel Klimek
2017-11-29Restructure how we break tokens.Manuel Klimek
2017-11-17Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek
2017-11-14Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek
2017-11-10[clang-format] Support python-style comments in text protosKrasimir Georgiev
2017-10-16[clang-format] Break non-trailing comments, try 2Krasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-08-24[clang-format] Emit absolute splits before lines for comments, try 2Krasimir Georgiev
2017-08-23Revert "[clang-format] Emit absolute splits before lines for comments"Krasimir Georgiev
2017-08-23[clang-format] Emit absolute splits before lines for commentsKrasimir Georgiev
2017-08-09[clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...Krasimir Georgiev
2017-07-20[clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev
2017-05-22clang-format: do not reflow bullet listsFrancois Ferrand
2017-05-18clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev
2017-04-11[clang-format] Handle NSString literals by merging tokens.Alexander Kornienko
2017-03-08[clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev
2017-02-21[clang-format] Remove unused member variables from BreakableTokenKrasimir Georgiev
2017-02-16[clang-format] Align block comment decorationsKrasimir Georgiev
2017-02-02[clang-format] Don't reflow across comment pragmas.Krasimir Georgiev
2017-02-02[clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev
2017-02-02[clang-format] Don't reflow lines starting with TODO, FIXME or XXX.Krasimir Georgiev
2017-02-01[clang-format] Fix regression about not aligning trailing comments in case th...Krasimir Georgiev
2017-01-31[clang-format] Fix regression about adding leading whitespace to the content ...Krasimir Georgiev
2017-01-31[clang-format] Fix reflow in block comment lines with leading whitespace.Krasimir Georgiev
2017-01-31[clang-format] Fix regression merging comments across newlines.Krasimir Georgiev
2017-01-31[clang-format] Don't reflow comment lines starting with '@'.Krasimir Georgiev
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2017-01-30[clang-format] Fix regression that breaks comments without a comment prefixKrasimir Georgiev
2017-01-25[clang-format] Implement comment reflowing.Krasimir Georgiev
2016-10-19[clang-format] Add comment manipulation headerEric Liu
2015-06-17clang-format: clang-format (NFC)Daniel Jasper
2015-06-17clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper
2015-06-09clang-format: Support //!-comments, increase test coverage.Daniel Jasper
2015-05-06clang-format: Fix bug in multiline comment wrapping.Daniel Jasper
2015-01-21clang-format: Fix crasher when splitting incomplete escape sequences.Daniel Jasper
2015-01-12Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko