summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestComments.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-021-0/+6
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-0/+100
* [clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev2018-06-121-0/+15
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+1
* Fix bug where we wouldn't break columns over the limit.Manuel Klimek2017-12-041-0/+9
* Restructure how we break tokens.Manuel Klimek2017-11-291-6/+86
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-171-14/+46
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-2/+13
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-0/+85
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-0/+67
* [clang-format] Emit absolute splits before lines for comments, try 2Krasimir Georgiev2017-08-241-0/+18
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-241-16/+0
* Revert "[clang-format] Emit absolute splits before lines for comments"Krasimir Georgiev2017-08-231-17/+0
* [clang-format] Emit absolute splits before lines for commentsKrasimir Georgiev2017-08-231-0/+17
* [clang-format] Align trailing comments if ColumnLimit is 0Krasimir Georgiev2017-08-231-0/+7
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-221-0/+16
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-241-1/+132
* [clang-format] Fix comment levels between '}' and PPDirectiveKrasimir Georgiev2017-07-211-0/+78
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-0/+64
* [clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev2017-06-071-0/+24
* [clang-format] Don't align too long broken trailing commentsKrasimir Georgiev2017-06-041-0/+9
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+65
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-0/+32
* clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev2017-05-181-0/+10
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-11/+12
* Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith2017-04-171-1/+1
* Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper2017-03-011-8/+16
* clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper2017-03-011-0/+8
* [clang-format] Align block comment decorationsKrasimir Georgiev2017-02-161-7/+195
* [clang-format] Remove dead code in FormatTestComments, NFCKrasimir Georgiev2017-02-141-7/+0
* [clang-format] Move comment tests to their own file.Krasimir Georgiev2017-02-081-0/+2176
OpenPOWER on IntegriCloud