summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [ObjC] Further improve wrapping of methods calls without inputs.Daniel Jasper2015-05-131-0/+2
* clang-format: [ObjC] Make IndentWrappedFunctionNames work with ObjC functionsDaniel Jasper2015-05-131-0/+15
* clang-format: Prefer formatting local lambdas like functions.Daniel Jasper2015-05-131-0/+3
* clang-format: Support column layout with comment after {.Daniel Jasper2015-05-131-0/+6
* clang-format: Fix */& detection for lambdas in macros.Daniel Jasper2015-05-121-0/+1
* clang-format: Fix hanging nested blocks in macros.Daniel Jasper2015-05-121-0/+12
* Refactor clang-format's formatter.Manuel Klimek2015-05-121-2/+27
* clang-format: Support aligning ObjC string literals.Daniel Jasper2015-05-111-3/+8
* clang-format: Improve column layout.Daniel Jasper2015-05-111-0/+5
* clang-format: Don't merge subsequent lines into _asm blocks.Daniel Jasper2015-05-111-0/+6
* clang-format: Improve wrapping of << operators.Daniel Jasper2015-05-101-0/+4
* clang-format: Preserve line break before } in __asm { ... }.Daniel Jasper2015-05-101-0/+8
* clang-format: Fix bug in escaped newline calculation.Daniel Jasper2015-05-101-0/+2
* clang-format: Several improvements around formatting braced lists.Daniel Jasper2015-05-081-7/+29
* clang-format: Improve r236597, Properly indent method calls without inputs.Daniel Jasper2015-05-071-0/+2
* Implements a way to retrieve information about whether some lines were not fo...Manuel Klimek2015-05-071-27/+46
* clang-format: Don't indent 'signals' as access specifier if it isn't oneDaniel Jasper2015-05-061-0/+3
* clang-format: Merge labels and subsequent semicolons.Daniel Jasper2015-05-061-0/+10
* clang-format: Allow ternary expressions inside template parameters ifDaniel Jasper2015-05-061-0/+2
* clang-format: Consider operator precedence as penalty when breakingDaniel Jasper2015-05-061-0/+4
* clang-format: Accept slightly more record declarations.Daniel Jasper2015-05-061-0/+2
* clang-format: Fix bad wrapping of ObjC method exprs.Daniel Jasper2015-05-061-0/+7
* clang-format: Properly indent method calls without inputs.Daniel Jasper2015-05-061-0/+2
* clang-format: Fix another assertion discovered by the fuzzer.Daniel Jasper2015-05-061-4/+2
* clang-format: Prevent assertion discovered by fuzzer.Daniel Jasper2015-05-061-0/+2
* clang-format: Prevent exponential runtime in token annotator.Daniel Jasper2015-05-061-0/+1
* clang-format: Fix bug in multiline comment wrapping.Daniel Jasper2015-05-061-1/+12
* clang-format: Force aligning different brackets relative to each other.Daniel Jasper2015-05-041-0/+7
* clang-format: Don't merge short else blocks.Daniel Jasper2015-04-301-0/+12
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-332/+457
* clang-format: Fix selective indentaiton in nested blocks.Daniel Jasper2015-04-291-0/+13
OpenPOWER on IntegriCloud