aboutsummaryrefslogtreecommitdiff
path: root/unittests/Format
AgeCommit message (Expand)Author
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
2013-10-07Fix incorrect detection of class definitions with alignas specification.Manuel Klimek
2013-10-06clang-format: Remove empty lines after visibility modifiers.Daniel Jasper
2013-09-30clang-format: Improve alignment after 'return'.Daniel Jasper
2013-09-29clang-format: Fix assertion on incomplete string literals.Daniel Jasper
2013-09-27Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko
2013-09-27Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko
2013-09-27Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko
2013-09-27clang-format: Improve formatting of functions with multiple trailing tokens.Daniel Jasper
2013-09-27clang-format: Fix formatting bug with comment in weird place.Daniel Jasper
2013-09-25clang-format: Option to removing the space before assignment operators.Daniel Jasper
2013-09-21clang-format: Improve address-of-operator detectionDaniel Jasper
2013-09-17clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper
2013-09-17clang-format: Add comment to tests explaining their grouping.Daniel Jasper
2013-09-17clang-format: Fix line breaking bug after empty ifs.Daniel Jasper
2013-09-17clang-format: Don't split a >>-operator.Daniel Jasper
2013-09-16When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko
2013-09-14clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.Daniel Jasper
2013-09-13clang-format: Detect braced lists in subscript expressions.Daniel Jasper
2013-09-13clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper
2013-09-11clang-format: Fix bug in pointer detectionDaniel Jasper
2013-09-11Support for CR LF newlines.Alexander Kornienko
2013-09-10Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144Alexander Kornienko
2013-09-10Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko