summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Make indentation after "<<" more consistent.Daniel Jasper2016-02-111-0/+7
* clang-format: Make it more expensive to break template parameters.Daniel Jasper2016-02-111-0/+5
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-0/+5
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-051-0/+4
* clang-format: Fix formatting of ternary expressions with comments.Daniel Jasper2016-02-031-0/+4
* clang-format: Make AlignAfterOpenBracket also affect angle brackets.Daniel Jasper2016-02-021-0/+9
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-011-0/+1
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-0/+6
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-011-0/+8
* Fix formatting of fully qualified names in array subscripts.Manuel Klimek2016-01-191-0/+1
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-141-0/+3
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-131-7/+6
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-111-0/+9
* clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2016-01-111-1/+1
* clang-format: Slightly row back on r257257.Daniel Jasper2016-01-111-0/+13
* clang-format: Fix incorrect line break in certain configurations.Daniel Jasper2016-01-091-0/+4
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-091-0/+3
* clang-format: Fix corner case in one-per-line formatting.Daniel Jasper2016-01-071-0/+8
* clang-format: Support weird lambda macros.Daniel Jasper2016-01-071-0/+1
* clang-format: Fix corner case in "if it saves columns"-calculation.Daniel Jasper2016-01-051-1/+4
* clang-format: Handle \n the same way as std::endl with stream operator.Daniel Jasper2016-01-051-0/+9
* clang-format: Avoid creating hanging indents in call sequences.Daniel Jasper2016-01-051-2/+10
* clang-format: Improve line wrapping behavior in call sequences.Daniel Jasper2016-01-051-6/+11
* clang-format: Fix corner case in builder-type call formatting.Daniel Jasper2016-01-041-0/+4
* clang-format: Align long braced init lists even if they are nested inDaniel Jasper2016-01-041-0/+9
* clang-format: Fix corner case for lambda assignments.Daniel Jasper2016-01-041-0/+2
* clang-format: Fix corner-case in ObjC method declaration formattingDaniel Jasper2016-01-041-0/+5
* clang-format: Slightly row back on r256343 by increasing penalty forDaniel Jasper2015-12-301-0/+2
* clang-format: Fix incorrect function type detection.Daniel Jasper2015-12-281-0/+1
* clang-format: [TableGen] Support ;-less include lines.Daniel Jasper2015-12-251-0/+6
* clang-format: Lower penalty for breaking between array subscripts.Daniel Jasper2015-12-231-0/+2
* clang-format: Fix incorrect pointer detection.Daniel Jasper2015-12-231-0/+1
* clang-format: Properly set the BlockKind for more blocks.Daniel Jasper2015-12-211-1/+7
* Fix invalid enum comparison.Zachary Turner2015-12-181-1/+1
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-7/+74
* clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++.Daniel Jasper2015-12-141-0/+20
* clang-format: Extend Linux-brace-wrapping test.Daniel Jasper2015-12-141-0/+2
* clang-format: Make wrapping after "./->" cheaper, even if the elementDaniel Jasper2015-12-071-4/+14
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-011-0/+8
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-3/+13
* This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper2015-12-011-1/+55
* clang-format: Re-add code path deleted in r253873 and add missing test.Daniel Jasper2015-11-231-0/+1
* clang-format: Fix incorrect cast detection.Daniel Jasper2015-11-231-0/+1
* clang-format: If the template list of a variable declaration spansDaniel Jasper2015-11-231-1/+2
* clang-format: Don't use incorrect space in macro calls with operators.Daniel Jasper2015-11-201-0/+2
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+2
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-0/+7
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-0/+5
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-7/+19
* clang-format: Fix false positive in cast detection.Daniel Jasper2015-10-261-0/+5
OpenPOWER on IntegriCloud