summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Some tweaks to braces list formatting:Daniel Jasper2014-01-091-1/+3
* clang-format: Allow formatting short enums on a single line.Daniel Jasper2014-01-051-4/+12
* Added an option to avoid splitting certain kinds of comments into lines.Alexander Kornienko2014-01-021-1/+6
* clang-format: Fix invalid write discovered by ASAN.Daniel Jasper2013-12-231-1/+2
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-15/+48
* clang-format: Better support for multi-line wide string literals.Daniel Jasper2013-12-201-16/+10
* clang-format: Add special case for leading comments in braced lists.Daniel Jasper2013-12-191-1/+3
* clang-format: Slightly adapt decision of when to break before <<.Daniel Jasper2013-12-191-1/+1
* clang-format: Fix indentation corner case.Daniel Jasper2013-12-181-1/+2
* Always break before the colon in constructor initializers, whenAlexander Kornienko2013-12-161-3/+6
* clang-format: Improve handling of raw string literals.Daniel Jasper2013-12-161-3/+4
* clang-format: Fix bad indentation of nested blocks.Daniel Jasper2013-11-291-1/+2
* clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper2013-11-251-2/+2
* clang-format: Fix bug in alignment of complex template parameters.Daniel Jasper2013-11-221-1/+2
* Simplify fix proposed in r195240.Daniel Jasper2013-11-201-16/+8
* Fix bug where optimization would lead to strange line breaks.Manuel Klimek2013-11-201-6/+16
* Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko2013-11-121-0/+9
* Do not insert backslashes, when breaking line comments after preprocessor dir...Alexander Kornienko2013-11-121-8/+9
* clang-format: Fix alignment of ObjC string literals.Daniel Jasper2013-11-091-1/+1
* clang-format: Improve formatting of operators forced to new lines.Daniel Jasper2013-11-081-4/+6
* clang-format: Improve linebreaking and indentation for ObjC calls.Daniel Jasper2013-11-081-1/+1
* clang-format: Properly indent ObjC calls wrapped before first selectorDaniel Jasper2013-11-081-1/+5
* 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
OpenPOWER on IntegriCloud