summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clang-format: Don't wrap after short first segments of builder calls.Daniel Jasper2015-04-241-0/+12
* clang-format: More selectively detect QT's "signals".Daniel Jasper2015-04-241-0/+4
* clang-format: Properly detect variable declarations with ObjC.Daniel Jasper2015-04-231-0/+2
* clang-format: Allow splitting "= default" and "= delete".Daniel Jasper2015-04-231-0/+8
* clang-format: Don't add unwanted space when creating new arrays.Daniel Jasper2015-04-231-4/+4
* clang-format: Support nested block formatting with ColumnLimit=0.Daniel Jasper2015-04-231-0/+68
* clang-format: Fix for #pragma option formatting.Daniel Jasper2015-04-221-0/+6
* clang-format: Fix incorrect multi-var declstmt detection.Daniel Jasper2015-04-201-0/+1
* clang-format: Undo r214508. It was essentially always removing theDaniel Jasper2015-04-161-2/+2
* clang-format: Determine "in" as a keyword in ObjC for loops more preciselyDaniel Jasper2015-04-151-0/+5
* clang-format: Fix regression formatting QT's "signals:" from r234318.Daniel Jasper2015-04-071-0/+2
* clang-format: Don't allow labels when expecting declarations.Daniel Jasper2015-04-071-2/+10
* clang-format: Improve nested block formatting.Daniel Jasper2015-04-071-29/+32
* clang-format: Indent relative to the ./-> and not the function name.Daniel Jasper2015-04-071-2/+2
* clang-format: Force line break in trailing calls after multline exprs.Daniel Jasper2015-03-261-3/+4
* clang-format: Fix merging of _T macros.Daniel Jasper2015-03-261-0/+16
* clang-format: Fix another bug in wrapping around "*".Daniel Jasper2015-03-191-0/+4
* clang-format: Fix bad wrapping after "*" introduced in r232044.Daniel Jasper2015-03-181-0/+6
* [clang-format] Add missing test for std::function<void( int, int )>Daniel Jasper2015-03-181-9/+10
OpenPOWER on IntegriCloud