summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-0/+5
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-0/+9
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+46
* clang-format: Break after "for (" less eagerly.Daniel Jasper2015-07-071-0/+4
* clang-format: Don't wrap before the ] of a lambda introducer.Daniel Jasper2015-07-071-0/+5
* clang-format: Fix __attribute__ being treated as decl name.Daniel Jasper2015-07-061-0/+5
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+18
* clang-format: Support member function reference qualifiers withDaniel Jasper2015-07-011-5/+8
* clang-format: Properly parse parenthesis in braced lists.Daniel Jasper2015-06-301-0/+2
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-9/+37
* clang-format: Don't indent relative to unary operators (some more).Daniel Jasper2015-06-291-4/+6
* clang-format: Support @autoreleasepool.Nico Weber2015-06-281-0/+21
* clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper2015-06-191-0/+4
* clang-format: Better fix to detect elaborated enum return types.Daniel Jasper2015-06-191-0/+4
* clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper2015-06-181-4/+9
* clang-format: Better support functions with elaborated enum return types.Daniel Jasper2015-06-181-1/+13
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-15/+14
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-25/+27
* clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper2015-06-171-0/+7
* clang-format: NFC. Move testing of selective formatting to a separate file.Daniel Jasper2015-06-151-402/+6
* clang-format: Always add space before lambda-{Daniel Jasper2015-06-121-0/+1
* clang-format: Understand C-style case in case label.Daniel Jasper2015-06-121-0/+1
* Fix crash in clang-format.Manuel Klimek2015-06-111-1/+4
* clang-format: Don't add spaces in foreach macro definition.Daniel Jasper2015-06-111-0/+12
* clang-format: Support //!-comments, increase test coverage.Daniel Jasper2015-06-091-0/+16
* clang-format: More eagerly wrap trailing return types.Daniel Jasper2015-06-051-0/+4
* clang-format: Properly reset BreakBeforeParameter when wrappingDaniel Jasper2015-06-031-0/+3
* clang-format: Lower binding strengths created by the [] created by ObjCDaniel Jasper2015-05-281-3/+3
* clang-format: Fix false positive in function annotation detection.Daniel Jasper2015-05-271-0/+2
* clang-format: Guard the bin-packing in braced lists on BinPackArgumentsDaniel Jasper2015-05-261-2/+2
* clang-format: Fix child-formatting in macros.Daniel Jasper2015-05-261-0/+9
* clang-format: Add space in function pointers with SpaceBeforeParens=AlwaysAnders Waldenborg2015-05-191-0/+2
* clang-format: Improve *-detection.Daniel Jasper2015-05-191-0/+2
* clang-format: Improve for-loop formatting.Daniel Jasper2015-05-191-0/+5
* clang-format: Support #include_nextDaniel Jasper2015-05-191-0/+1
* clang-format: Correctly detect casts to qualified types.Daniel Jasper2015-05-191-0/+1
* clang-format: Fix regression caused by r237244.Daniel Jasper2015-05-191-0/+3
* clang-format: Fix another regression caused by r237565.Daniel Jasper2015-05-181-0/+5
* clang-format: Fix regression introduced by r237565.Daniel Jasper2015-05-181-0/+3
* clang-format: Improve detection of macros annotating functions.Daniel Jasper2015-05-181-0/+4
* clang-format: Allow braced initializers in template arguments of classDaniel Jasper2015-05-181-0/+1
* clang-format: Support function annotations in macros.Daniel Jasper2015-05-181-0/+8
* clang-format: Properly align ObjC string literals.Daniel Jasper2015-05-171-1/+5
* clang-format: Improve line wrapping around << operators.Daniel Jasper2015-05-171-4/+2
* clang-format: Slightly change format decisions around macro annotations.Daniel Jasper2015-05-151-0/+3
* clang-format: Don't use column layout in lists that have separatingDaniel Jasper2015-05-151-4/+10
* clang-format: Add missing space before ObjC selector.Daniel Jasper2015-05-151-0/+2
* clang-format: Improve nested block / lambda indentation when wrappingDaniel Jasper2015-05-131-0/+8
* clang-format: Fix incorrect */& classification.Daniel Jasper2015-05-131-0/+1
* clang-format: Fix semicolon less macro-detection.Daniel Jasper2015-05-131-0/+4
OpenPOWER on IntegriCloud