summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve line breaks in @property.Daniel Jasper2013-08-011-0/+5
* clang-format: Make alignment of trailing comments optional ..Daniel Jasper2013-07-311-3/+4
* clang-format: Add more options to namespace indentation.Daniel Jasper2013-07-311-3/+49
* clang-format: Improve detection of templates.Daniel Jasper2013-07-301-1/+3
* clang-format: Add two new style options to support WebKit style.Daniel Jasper2013-07-261-7/+49
* clang-format: Fix switch/case interaction with macros.Daniel Jasper2013-07-251-1/+15
* clang-format: Initial (incomplete) support for the WebKit coding style.Daniel Jasper2013-07-241-0/+78
* clang-format: Fix bad line break with pointers to members.Daniel Jasper2013-07-181-0/+9
* clang-format: Add space in corner case.Daniel Jasper2013-07-171-0/+4
* Improve line breaking before multi-line strings.Daniel Jasper2013-07-171-21/+28
* Avoid breaking non-trailing block comments.Alexander Kornienko2013-07-161-0/+7
* Don't break line comments with escaped newlines.Alexander Kornienko2013-07-161-0/+51
* clang-format: Improve handling of unterminated string literals.Daniel Jasper2013-07-161-0/+5
* Revamp the formatting of C++11 braced init lists.Daniel Jasper2013-07-161-11/+10
* clang-format: Improve detection of function types.Daniel Jasper2013-07-161-0/+2
* clang-format: Improve c-style cast detection.Daniel Jasper2013-07-151-0/+2
* Improvement of change r186320.Daniel Jasper2013-07-151-2/+5
* Improve formatting of operator<< chains.Daniel Jasper2013-07-151-0/+3
* clang-format: Improve <<-formatting.Daniel Jasper2013-07-121-0/+5
* clang-format: Fix string literal breaking.Daniel Jasper2013-07-121-0/+10
* clang-format: Break before/between array subscript expressions.Daniel Jasper2013-07-121-8/+24
* clang-format: Fix bug concerning the alignment of "}".Daniel Jasper2013-07-111-0/+7
* clang-format: Break before trailing annotations.Daniel Jasper2013-07-111-0/+8
* clang-format: Avoid line breaks before the first <<.Daniel Jasper2013-07-111-0/+16
* Improve detection of trailing return types.Daniel Jasper2013-07-111-0/+3
* Fix indentation problem for comments in call chainsDaniel Jasper2013-07-111-0/+3
* Keep trailing annotations close to their argument.Daniel Jasper2013-07-111-0/+4
* Add experimental flag for adaptive parameter bin-packing.Daniel Jasper2013-07-101-0/+24
* Initial support for formatting trailing return types.Daniel Jasper2013-07-091-0/+10
* Avoid confusing indentations for chained function calls.Daniel Jasper2013-07-091-1/+10
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-091-0/+7
* Format overloaded operators like other functions.Daniel Jasper2013-07-091-0/+7
* Fix incorrect incorrect cast identification in clang-format.Daniel Jasper2013-07-081-0/+1
* Prefer similar line breaks.Daniel Jasper2013-07-081-11/+18
* Fix for corner cases in code handling leading "* " decorations in block commentsAlexander Kornienko2013-07-081-2/+29
* Fix formatting for allocation of new pointer variables.Daniel Jasper2013-07-051-0/+4
* Improve detection for preventing certain kind of formatting patterns.Daniel Jasper2013-07-051-0/+14
* Don't break after a "(" following a binary operator.Daniel Jasper2013-07-051-0/+3
* Added AlwaysBreakBeforeMultilineStrings option.Alexander Kornienko2013-07-041-0/+28
* Don't insert confusing line breaks in comparisons.Daniel Jasper2013-07-031-0/+32
* Fix formatting of long declarations with const type.Daniel Jasper2013-07-021-0/+5
* Fix incorrect token counting introduced by r185319.Daniel Jasper2013-07-011-0/+1
* Avoid column limit violation in block comments in certain cases.Alexander Kornienko2013-07-011-0/+17
* Don't align "} // namespace" comments.Daniel Jasper2013-07-011-5/+24
* Don't add an extra space before ellipsis after pointers.Daniel Jasper2013-07-011-0/+5
* Keep space between pointer and block comment.Daniel Jasper2013-07-011-0/+2
* Fix braced-list detection in lieu of trailing comments.Daniel Jasper2013-07-011-0/+1
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-281-12/+18
* Formatter: Don't put a space after parameter-naming block comments.Nico Weber2013-06-261-1/+1
* Formatter/ObjC: Correctly format casts in objc message send expressions.Nico Weber2013-06-251-0/+4
OpenPOWER on IntegriCloud