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