summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Make breaking before ternary operators configurable.Daniel Jasper2013-11-081-6/+15
* clang-format: Improve ObjC variadic and binary expression parameters.Daniel Jasper2013-11-071-1/+2
* clang-format: Fix corner case for brace alignment.Daniel Jasper2013-11-071-1/+3
* clang-format: Fix indenting corner case with comment and else.Daniel Jasper2013-10-301-1/+2
* clang-format: Fix whitespaces in include directives.Daniel Jasper2013-10-301-1/+9
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-241-2/+3
* clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper2013-10-221-3/+3
* clang-format: Improve formatting of ObjC array literals.Daniel Jasper2013-10-221-32/+27
* clang-format: Improve formatting of ObjC dict literals.Daniel Jasper2013-10-201-2/+9
* clang-format: Don't force linebreak between return and multiline string.Daniel Jasper2013-10-181-2/+2
* clang-format: Improve formatting of templated builder-type calls.Daniel Jasper2013-10-181-3/+6
* clang-format: Make continuation indent width configurable.Daniel Jasper2013-10-181-11/+14
* Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko2013-10-141-9/+16
* Don't break string literals inside preprocessor directives.Alexander Kornienko2013-10-111-0/+7
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-2/+2
* clang-format: Fix template declaration line breaking with comment.Daniel Jasper2013-10-091-1/+2
* clang-format: Improve indentation when deriving from templated classes.Daniel Jasper2013-10-081-2/+3
* clang-format: Improve constructor initializer linewrapping.Daniel Jasper2013-10-081-11/+16
* Refactoring: split addTokenToState into two methods.Alexander Kornienko2013-10-011-207/+218
* clang-format: Improve alignment after 'return'.Daniel Jasper2013-09-301-9/+10
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-271-12/+15
* clang-format: Fix formatting bug with comment in weird place.Daniel Jasper2013-09-271-1/+4
* When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko2013-09-161-7/+44
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-6/+12
* Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko2013-09-101-19/+7
* Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko2013-09-101-24/+18
* clang-format: Fix regression introduced by r190038.Daniel Jasper2013-09-061-1/+6
* clang-format: Fix regression introduced by r189337.Daniel Jasper2013-09-061-12/+3
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-061-3/+3
* Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko2013-09-051-8/+8
* Address post-commit review comments from r190038.Daniel Jasper2013-09-051-0/+17
* clang-format: Fix parsing and indenting lambdas.Daniel Jasper2013-09-051-1/+2
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-57/+75
* Store first and last newline position in the token text for string literals a...Alexander Kornienko2013-09-021-22/+9
* clang-format: Fix incorrect indentation.Daniel Jasper2013-08-301-2/+1
* clang-format: Don't indent builders relative to "return".Daniel Jasper2013-08-301-1/+1
* clang-format: Fix corner case in builder-type calls.Daniel Jasper2013-08-301-1/+3
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-291-11/+44
* clang-format: Improve token breaking behavior.Daniel Jasper2013-08-281-2/+4
* clang-format: Fix segfault in 'incomplete' macros.Daniel Jasper2013-08-281-3/+4
* clang-format: Format segments of builder-type calls one per line.Daniel Jasper2013-08-271-7/+17
* clang-format: Revamp builder-type call formatting.Daniel Jasper2013-08-271-6/+16
* clang-format: Fix corner case for string splitting ..Daniel Jasper2013-08-231-12/+18
* clang-format: Handle trailing commas in column layout of braced list.Daniel Jasper2013-08-231-0/+3
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-10/+27
* clang-format: Indent relative to unary operators.Daniel Jasper2013-08-211-1/+3
* Split UnwrappedLineFormatter into individual components.Daniel Jasper2013-08-161-0/+670
OpenPOWER on IntegriCloud