summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add special case for leading comments in braced lists.Daniel Jasper2013-12-191-8/+36
* clang-format: Increase penalty for breaking comments.Daniel Jasper2013-12-191-9/+9
* clang-format: Slightly adapt decision of when to break before <<.Daniel Jasper2013-12-191-0/+2
* clang-format: Fix indentation corner case.Daniel Jasper2013-12-181-0/+6
* clang-format: Fix ObjC method expr in binary expressions.Daniel Jasper2013-12-181-0/+2
* clang-format: Don't adapt local format to macros.Daniel Jasper2013-12-171-1/+24
* clang-format: Keep trailing annotations together.Daniel Jasper2013-12-161-0/+5
* Always break before the colon in constructor initializers, whenAlexander Kornienko2013-12-161-12/+56
* clang-format: Fix formatting of function type parameters.Daniel Jasper2013-12-161-0/+1
* clang-format: Improve handling of raw string literals.Daniel Jasper2013-12-161-1/+11
* Implemented GNU-style formatting for compound statements.Alexander Kornienko2013-12-121-0/+88
* Early attempts to format in GNU style.Alexander Kornienko2013-12-101-0/+5
* Allow predefined styles to define different options for different languages.Alexander Kornienko2013-12-101-23/+86
* Support GNU style rule to put a space before opening parenthesis.Alexander Kornienko2013-12-101-4/+53
* clang-format: Be more conservative about braced list column layout.Daniel Jasper2013-12-091-0/+11
* clang-format: Change line break decisions for array subscripts.Daniel Jasper2013-12-061-0/+3
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Added a regression test for the change in r196380Alexander Kornienko2013-12-041-0/+8
* Leave constructor initializer lists on one line in styles with no column limit.Alexander Kornienko2013-12-041-6/+34
* Create a separate file for JS-specific unit tests.Alexander Kornienko2013-12-031-82/+10
* clang-format: Fix excessive formatting caused by r195954.Daniel Jasper2013-12-021-0/+7
* Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.Alexander Kornienko2013-11-291-11/+132
* clang-format: Extends formatted ranges to subsequent lines comments.Daniel Jasper2013-11-291-5/+35
* clang-format: Correctly handle Qt's Q_SLOTS.Daniel Jasper2013-11-291-0/+2
* clang-format: Fix bad indentation of nested blocks.Daniel Jasper2013-11-291-0/+17
* clang-format: Improve selective formatting of nested statements.Daniel Jasper2013-11-281-10/+48
* Changed non-printable characters in the test to the escaped form. Apparently,...Alexander Kornienko2013-11-261-6/+6
* Fix crash in getStringSplit.Alexander Kornienko2013-11-261-0/+12
* clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper2013-11-251-2/+2
* clang-format: Support Qt's slot access specifiers.Daniel Jasper2013-11-231-0/+4
* clang-format: Fix incorrect space in parameters named by comment.Daniel Jasper2013-11-231-0/+1
* clang-format: The "<" of a template argument is not a binary operator.Daniel Jasper2013-11-231-0/+4
* clang-format: Fix bug in ObjC method declaration formatting.Daniel Jasper2013-11-231-0/+8
* clang-format: Prefer column layout if possible.Daniel Jasper2013-11-231-0/+8
* clang-format: Fix bug in alignment of complex template parameters.Daniel Jasper2013-11-221-0/+4
* clang-format: Recognize braced lists with trailing function call.Daniel Jasper2013-11-221-0/+2
* Better implementation of JavaScript === and !== operators.Alexander Kornienko2013-11-211-3/+10
* clang-format: Improve formatting of ObjC method expressions.Daniel Jasper2013-11-211-0/+11
* Added an option to allow short function bodies be placed on a single line.Alexander Kornienko2013-11-201-13/+19
* Support for JavaScript === and !== operators.Alexander Kornienko2013-11-201-0/+8
* Fix bug where optimization would lead to strange line breaks.Manuel Klimek2013-11-201-0/+5
* Correctly mark first token in the presence of UTF-8 BOM.Alexander Kornienko2013-11-131-0/+8
* Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko2013-11-121-0/+16
* Do not insert backslashes, when breaking line comments after preprocessor dir...Alexander Kornienko2013-11-121-0/+8
* clang-format: Fix alignment of ObjC string literals.Daniel Jasper2013-11-091-0/+7
* clang-format: Improve clang-format's detection about comment binding.Daniel Jasper2013-11-081-0/+20
* clang-format: Improve formatting of operators forced to new lines.Daniel Jasper2013-11-081-0/+8
* clang-format: Don't auto-break short macros in WebKit style.Daniel Jasper2013-11-081-0/+9
* clang-format: Improve linebreaking and indentation for ObjC calls.Daniel Jasper2013-11-081-0/+12
* clang-format: Properly indent ObjC calls wrapped before first selectorDaniel Jasper2013-11-081-0/+3
OpenPOWER on IntegriCloud