summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatter/Objc: Add a test that checks that @import is formatted correctly.Nico Weber2013-06-251-0/+3
* Fixed typo.Alexander Kornienko2013-06-221-1/+1
* Add an option to not indent declarations when breaking after the type.Manuel Klimek2013-06-211-18/+35
* Use the same set of whitespace characters for all operations in BreakableToken.Alexander Kornienko2013-06-201-0/+3
* Fixed long-standing issue with incorrect length calculation of multi-line com...Alexander Kornienko2013-06-191-14/+16
* Split long strings on word boundaries.Alexander Kornienko2013-06-191-0/+20
* Fix a problem in ExpressionParser leading to trailing comments affecting inde...Alexander Kornienko2013-06-171-0/+7
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-171-0/+30
OpenPOWER on IntegriCloud