summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Improve formatting of ObjC array literals.Daniel Jasper2013-10-221-0/+8
* Remove incorrect assert.Manuel Klimek2013-10-221-0/+6
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-211-0/+13
* clang-format: Better understand Lambda poarameters.Daniel Jasper2013-10-201-0/+1
* clang-format: Fix formatting of nested blocks after comment.Daniel Jasper2013-10-201-0/+6
* clang-format: Support case ranges.Daniel Jasper2013-10-201-0/+8
* clang-format: Improve formatting of ObjC dict literals.Daniel Jasper2013-10-201-6/+9
* clang-format: Be more aggressive on incorrect code.Daniel Jasper2013-10-181-6/+6
* clang-format: Don't force linebreak between return and multiline string.Daniel Jasper2013-10-181-0/+6
* Make clang-format slightly more willing to break before trailing annotations.Daniel Jasper2013-10-181-16/+19
* clang-format: Improve formatting of templated builder-type calls.Daniel Jasper2013-10-181-0/+7
* clang-format: Make continuation indent width configurable.Daniel Jasper2013-10-181-0/+19
* Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko2013-10-141-0/+15
* Automatically munch semicolons after blocks.Manuel Klimek2013-10-121-0/+7
* clang-format: Fix assertion on unterminated #ifs.Daniel Jasper2013-10-121-0/+2
* clang-format: No space in "<::" in C++11 mode.Daniel Jasper2013-10-121-0/+6
* Don't break string literals inside preprocessor directives.Alexander Kornienko2013-10-111-5/+19
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-10/+54
* clang-format: Don't remove 'unknown' tokens.Daniel Jasper2013-10-111-0/+10
* Correctly detect colon in bit fields. Fixes PR17333.Alexander Kornienko2013-10-101-0/+4
* clang-format: Fix template declaration line breaking with comment.Daniel Jasper2013-10-091-0/+3
* clang-format: Improve indentation when deriving from templated classes.Daniel Jasper2013-10-081-0/+5
* clang-format: Improve constructor initializer linewrapping.Daniel Jasper2013-10-081-0/+14
* Fix incorrect detection of class definitions with alignas specification.Manuel Klimek2013-10-071-0/+1
* clang-format: Remove empty lines after visibility modifiers.Daniel Jasper2013-10-061-0/+12
* clang-format: Improve alignment after 'return'.Daniel Jasper2013-09-301-0/+3
* clang-format: Fix assertion on incomplete string literals.Daniel Jasper2013-09-291-0/+5
* Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko2013-09-271-1/+13
OpenPOWER on IntegriCloud