summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clang-format: Fixed typecast getting put on a separate line from theDaniel Jasper2015-10-121-0/+7
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-071-0/+13
* [clang-format] Stop alignment sequences on open braces and parens whenDaniel Jasper2015-10-071-0/+30
* Make clang-format actually respect custom brace wrapping flags.Daniel Jasper2015-10-071-2/+11
* clang-format: Fix false ObjC block detection.Daniel Jasper2015-10-071-0/+2
* clang-format: Understand array reference types.Daniel Jasper2015-10-071-0/+1
* clang-format: Fix false positive in pointer/reference detection.Daniel Jasper2015-10-071-0/+1
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-0/+12
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-011-0/+184
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-1/+30
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-0/+4
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-0/+3
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+7
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-27/+30
* clang-format: Always allow break after leading annotations.Daniel Jasper2015-08-241-0/+2
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-241-3/+6
* clang-format: Properly handle braced lists in macros.Daniel Jasper2015-08-241-0/+1
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-211-12/+21
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-141-0/+2
* clang-format: Inside decltype(), there is an expression.Daniel Jasper2015-08-131-0/+1
* clang-format: Fix incorrect lambda-detection.Daniel Jasper2015-08-131-0/+1
* clang-format: Make SpaceBeforeParens work with overloaded operators.Daniel Jasper2015-08-111-0/+4
OpenPOWER on IntegriCloud