summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Slightly expand the @ test to cover whitespace between @ and keyword.Nico Weber2013-01-071-1/+6
* Add a test that checks that the formatter doesn't discard '@' with ObjC1 set.Nico Weber2013-01-071-0/+6
* Reformat clang-formats source code.Daniel Jasper2013-01-071-48/+40
* Prefer not to break after assignments.Daniel Jasper2013-01-071-11/+24
* Add style option for number of spaces before trailing comments.Daniel Jasper2013-01-071-4/+6
* Do not break before "0" in pure virtual function declarations.Daniel Jasper2013-01-071-0/+6
* Fix incorrect FIXME.Manuel Klimek2013-01-071-0/+1
* Do not ever allow using the full line in preprocessor directives.Manuel Klimek2013-01-071-4/+13
* Fix layouting of single-line-comments preceded by an escaped newline.Manuel Klimek2013-01-071-0/+3
* Fix layouting of tokens with a leading escaped newline.Manuel Klimek2013-01-071-0/+6
* Put a higher penalty on breaking before "." or "->".Daniel Jasper2013-01-071-0/+5
* Fixes handling of unbalances braces.Manuel Klimek2013-01-061-2/+6
* Fixes parsing of hash tokens in the middle of a line.Manuel Klimek2013-01-051-0/+4
* Fixes PR14801 - preprocessor directives shouldn't be indentedManuel Klimek2013-01-051-2/+5
* Fixes PR14811: Crash when formatting some macrosManuel Klimek2013-01-051-0/+8
* Various fixes to clang-format's macro handling.Manuel Klimek2013-01-041-22/+65
* Correctly format dereference and address of in array parameters.Daniel Jasper2013-01-041-0/+2
* Let the formatter ignore UnwrappedLines containing errors.Daniel Jasper2013-01-041-0/+7
* Fixes multiple formatting bugs.Manuel Klimek2013-01-021-3/+31
* Don't allow line breaks after template parameters.Daniel Jasper2013-01-021-0/+5
* Format */& as binary operator if followed by a unary operator.Daniel Jasper2013-01-021-0/+10
* Fixes use of unescaped newlines when formatting preprocessor directives.Manuel Klimek2013-01-021-0/+31
* Correctly format pointers and references in casts.Daniel Jasper2013-01-021-0/+3
* Understand unary operators after "return" and "case".Daniel Jasper2013-01-021-0/+6
* Prefer splitting after "template <...>" and fix indentation.Daniel Jasper2013-01-021-0/+13
* Prefer to break after operators over breaking after "(".Daniel Jasper2013-01-021-0/+4
* Understand * and & in ternary expressions.Daniel Jasper2013-01-021-1/+5
* Don't break after pointer or reference specifier.Daniel Jasper2013-01-021-0/+10
* Formatter: parse and format inline namespaces like regular namespacesDmitri Gribenko2012-12-301-0/+7
* Penalize tokens with a lower parenthesis level than the start of the line.Daniel Jasper2012-12-241-2/+10
* Align RHS after assignments and return statements.Daniel Jasper2012-12-241-3/+31
* Fix formatting over overloaded operators.Daniel Jasper2012-12-241-1/+16
* Take operator precedence into account when splitting lines.Daniel Jasper2012-12-241-0/+15
* libFormat: Teach the *& usage heuristic that "return" starts a rhs too.Nico Weber2012-12-231-0/+3
* Adding to FormatTest.cpp test for a very long ObjC methodFariborz Jahanian2012-12-211-0/+15
* format: Handle #import as include directive too.Nico Weber2012-12-211-0/+6
* clang-format: No spaces around directory specifiersDaniel Jasper2012-12-211-0/+1
* Basic support for formatting for-loops.Daniel Jasper2012-12-211-0/+9
* Formatting fixes for PR14680Daniel Jasper2012-12-211-1/+6
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-201-0/+19
* Better support for constructor initializers.Daniel Jasper2012-12-181-10/+42
* Make the format scrambler understand line comments.Daniel Jasper2012-12-181-25/+41
* Add basic support for splitting before function calls if it can't beDaniel Jasper2012-12-171-0/+31
* Fix several formatting problems.Daniel Jasper2012-12-171-0/+22
* Addi formatting tests for pointer template parameters.Daniel Jasper2012-12-101-0/+10
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-101-4/+20
* Small tweaks to clang-format.Daniel Jasper2012-12-071-0/+5
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-061-109/+180
* Clang-format: detect unbalanced braces.Alexander Kornienko2012-12-061-0/+1
* Improve clang-format's handling of unary operators.Daniel Jasper2012-12-061-0/+3
OpenPOWER on IntegriCloud