summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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