summaryrefslogtreecommitdiff
path: root/unittests/Format
Commit message (Expand)AuthorAge
* Correctly mark first token in the presence of UTF-8 BOM.Alexander Kornienko2013-11-13
* Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko2013-11-12
* Do not insert backslashes, when breaking line comments after preprocessor dir...Alexander Kornienko2013-11-12
* clang-format: Fix alignment of ObjC string literals.Daniel Jasper2013-11-09
* clang-format: Improve clang-format's detection about comment binding.Daniel Jasper2013-11-08
* clang-format: Improve formatting of operators forced to new lines.Daniel Jasper2013-11-08
* clang-format: Don't auto-break short macros in WebKit style.Daniel Jasper2013-11-08
* clang-format: Improve linebreaking and indentation for ObjC calls.Daniel Jasper2013-11-08
* clang-format: Properly indent ObjC calls wrapped before first selectorDaniel Jasper2013-11-08
* clang-format: Make breaking before ternary operators configurable.Daniel Jasper2013-11-08
* clang-format: Improve binary operator detection in macros.Daniel Jasper2013-11-07
* clang-format: Improve ObjC variadic and binary expression parameters.Daniel Jasper2013-11-07
* clang-format: Improve formatting of constructor initializers.Daniel Jasper2013-11-07
* clang-format: Remove old hack that mainly made incorrect tests pass.Daniel Jasper2013-11-07
* clang-format: Fix corner case for brace alignment.Daniel Jasper2013-11-07
* clang-format: Allow line merging and partial formatting of nested blocksDaniel Jasper2013-11-05
* clang-format: Fix indenting corner case with comment and else.Daniel Jasper2013-10-30
* clang-format: Fix whitespaces in include directives.Daniel Jasper2013-10-30
* clang-format: fix for \r\r\n produced in multiline block commentsDaniel Jasper2013-10-30
* clang-format: Option to control spacing in template argument lists.Daniel Jasper2013-10-29
* clang-format: Fix overloaded operator for global-scoped conversions.Daniel Jasper2013-10-29
* clang-format: Fix ObjC method exprs with variadic parameters.Daniel Jasper2013-10-26
* clang-format: Adapt line break penalties for LLVM style.Daniel Jasper2013-10-25
* clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper2013-10-24
* clang-format: Be more conservative about column layout formatting.Daniel Jasper2013-10-24
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-24
* clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper2013-10-22
* clang-format: Improve formatting of ObjC array literals.Daniel Jasper2013-10-22
* Remove incorrect assert.Manuel Klimek2013-10-22
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-21
* clang-format: Better understand Lambda poarameters.Daniel Jasper2013-10-20
* clang-format: Fix formatting of nested blocks after comment.Daniel Jasper2013-10-20
* clang-format: Support case ranges.Daniel Jasper2013-10-20
* clang-format: Improve formatting of ObjC dict literals.Daniel Jasper2013-10-20
* clang-format: Be more aggressive on incorrect code.Daniel Jasper2013-10-18
* clang-format: Don't force linebreak between return and multiline string.Daniel Jasper2013-10-18
* Make clang-format slightly more willing to break before trailing annotations.Daniel Jasper2013-10-18
* clang-format: Improve formatting of templated builder-type calls.Daniel Jasper2013-10-18
* clang-format: Make continuation indent width configurable.Daniel Jasper2013-10-18
* Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko2013-10-14
* Automatically munch semicolons after blocks.Manuel Klimek2013-10-12
* clang-format: Fix assertion on unterminated #ifs.Daniel Jasper2013-10-12
* clang-format: No space in "<::" in C++11 mode.Daniel Jasper2013-10-12
* Don't break string literals inside preprocessor directives.Alexander Kornienko2013-10-11
* Support formatting of preprocessor branches.Manuel Klimek2013-10-11
* clang-format: Don't remove 'unknown' tokens.Daniel Jasper2013-10-11
* Correctly detect colon in bit fields. Fixes PR17333.Alexander Kornienko2013-10-10
* clang-format: Fix template declaration line breaking with comment.Daniel Jasper2013-10-09
* clang-format: Improve indentation when deriving from templated classes.Daniel Jasper2013-10-08
* clang-format: Improve constructor initializer linewrapping.Daniel Jasper2013-10-08