summaryrefslogtreecommitdiffstats
path: root/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-071-0/+5
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-021-7/+6
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-21/+45
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-0/+7
* clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper2017-02-201-4/+14
* clang-format: Don't remove existing spaces between identifier and ::.Daniel Jasper2017-02-171-0/+2
* [clang-format] Align block comment decorationsKrasimir Georgiev2017-02-161-1/+1
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-101-0/+5
* [clang-format] Move comment tests to their own file.Krasimir Georgiev2017-02-081-2085/+0
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-081-0/+116
* clang-format: Fix bad variable declaration detection.Daniel Jasper2017-02-071-0/+5
* clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignA...Daniel Jasper2017-02-061-0/+38
* [clang-format] Re-align broken comment lines where appropriate.Krasimir Georgiev2017-02-031-0/+34
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-0/+16
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-1/+40
* [clang-format] Don't reflow lines starting with TODO, FIXME or XXX.Krasimir Georgiev2017-02-021-0/+24
* clang-format: Do not use two-argument/operand special case with no alignmentDaniel Jasper2017-02-021-0/+4
* clang-format: Fix incorrect line breaks after forced operator wraps.Daniel Jasper2017-02-011-0/+9
* [clang-format] Fix regression about not aligning trailing comments in case th...Krasimir Georgiev2017-02-011-2/+11
* clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.Daniel Jasper2017-02-011-25/+55
* [clang-format] Fix regression about adding leading whitespace to the content ...Krasimir Georgiev2017-01-311-0/+19
* [clang-format] Fix reflow in block comment lines with leading whitespace.Krasimir Georgiev2017-01-311-0/+17
* [clang-format] Fix regression merging comments across newlines.Krasimir Georgiev2017-01-311-0/+18
* [clang-format] Don't reflow comment lines starting with '@'.Krasimir Georgiev2017-01-311-0/+9
* [clang-format] Fix regression that breaks comments without a comment prefixKrasimir Georgiev2017-01-301-0/+12
* [clang-format] Separate line comment sections after a right brace from commen...Krasimir Georgiev2017-01-301-0/+58
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-3/+478
* clang-format: fix fallback style set to "none" not always formattingAntonio Maiorano2017-01-201-1/+19
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-3/+32
* clang-format: Always wrap before multi-line parameters/operands.Daniel Jasper2017-01-161-24/+32
* clang-format: Fix bug in making line break decisions.Daniel Jasper2017-01-131-0/+6
* clang-format: Fix regression introduced by r291801.Daniel Jasper2017-01-121-0/+2
* clang-format: Treat braced lists like other complex parameters.Daniel Jasper2017-01-121-0/+6
* clang-format: Improve support for override/final as variable names.Daniel Jasper2017-01-091-0/+4
* clang-format: Less eagerly try to keep label-value pairs on a line.Daniel Jasper2016-12-221-0/+4
* Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano2016-12-221-6/+0
* clang-format: Fix bug in handling of single-column lists.Daniel Jasper2016-12-211-0/+8
* clang-format: Fix bug in understanding string-label&value analysis.Daniel Jasper2016-12-201-0/+6
* clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper2016-12-191-0/+3
* clang-format: Fix regression introduced in r290084.Daniel Jasper2016-12-191-1/+1
* clang-format: Allow "single column" list layout even if that violates theDaniel Jasper2016-12-191-0/+12
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-131-39/+49
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-0/+13
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-737/+3
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-25/+29
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-0/+6
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-0/+24
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-121-0/+20
* [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...Nico Weber2016-11-101-0/+20
* clang-format: Better support for CUDA's triple brackets.Daniel Jasper2016-11-051-0/+2