summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Make breaking before ternary operators configurable.Daniel Jasper2013-11-081-0/+89
* clang-format: Improve binary operator detection in macros.Daniel Jasper2013-11-071-0/+1
* clang-format: Improve ObjC variadic and binary expression parameters.Daniel Jasper2013-11-071-0/+8
* clang-format: Improve formatting of constructor initializers.Daniel Jasper2013-11-071-0/+3
* clang-format: Remove old hack that mainly made incorrect tests pass.Daniel Jasper2013-11-071-11/+24
* clang-format: Fix corner case for brace alignment.Daniel Jasper2013-11-071-0/+5
* clang-format: Allow line merging and partial formatting of nested blocksDaniel Jasper2013-11-051-0/+39
* clang-format: Fix indenting corner case with comment and else.Daniel Jasper2013-10-301-0/+7
* clang-format: Fix whitespaces in include directives.Daniel Jasper2013-10-301-2/+3
* clang-format: fix for \r\r\n produced in multiline block commentsDaniel Jasper2013-10-301-0/+11
* clang-format: Option to control spacing in template argument lists.Daniel Jasper2013-10-291-0/+26
* clang-format: Fix overloaded operator for global-scoped conversions.Daniel Jasper2013-10-291-0/+1
* clang-format: Fix ObjC method exprs with variadic parameters.Daniel Jasper2013-10-261-0/+4
* clang-format: Adapt line break penalties for LLVM style.Daniel Jasper2013-10-251-7/+9
* clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper2013-10-241-0/+7
* clang-format: Be more conservative about column layout formatting.Daniel Jasper2013-10-241-6/+8
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-241-20/+46
* clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper2013-10-221-0/+12
OpenPOWER on IntegriCloud