summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't remove backslashes from block comments.Alexander Kornienko2013-06-141-0/+17
* Preserve newlines before block comments in static initializers.Alexander Kornienko2013-06-121-11/+22
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-4/+9
* Improved handling of escaped newlines at the token start.Alexander Kornienko2013-06-071-1/+2
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-31/+62
* Fix incorrect line breaking before trailing block comments.Daniel Jasper2013-06-061-0/+9
* Fix clang-format's expression parser for leading }s.Daniel Jasper2013-06-061-0/+4
* Improve c-style cast detection.Daniel Jasper2013-06-061-0/+3
* clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. ...NAKAMURA Takumi2013-06-061-0/+5
* Added test with characters using four bytes in UTF-8 representation.Alexander Kornienko2013-06-051-0/+4
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-0/+75
* Let clang-format remove empty lines before "}".Daniel Jasper2013-06-031-0/+47
* Improve detection preventing certain kind of formatting patterns.Daniel Jasper2013-06-031-0/+3
* Fix line-breaking problem caused by comment.Daniel Jasper2013-06-031-0/+4
* Improve recognition of template parameters.Daniel Jasper2013-06-011-0/+7
* Improve clang-format's c-style cast detection.Daniel Jasper2013-05-311-4/+18
* Improve clang-format's error recovery.Daniel Jasper2013-05-311-11/+16
* Make formatting of empty blocks more consistent.Daniel Jasper2013-05-311-35/+23
* Properly format nested conditional operators.Daniel Jasper2013-05-311-0/+10
* Fix detection/formatting of braced lists in ternary expressions.Daniel Jasper2013-05-311-0/+5
* More fixes for clang-format's multiline comment breaking.Daniel Jasper2013-05-301-2/+11
* Fix another clang-format crasher related to multi-line comments.Daniel Jasper2013-05-301-0/+11
* Fix crasher when formatting certain block comments.Daniel Jasper2013-05-301-0/+1
* Fixes error when splitting block comments.Manuel Klimek2013-05-291-0/+27
* Add return missing in r182855.Daniel Jasper2013-05-291-0/+8
* Leave some macros on their own lineDaniel Jasper2013-05-291-0/+28
OpenPOWER on IntegriCloud