summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Correctly identify ObjC Block with return type.Daniel Jasper2014-03-271-8/+3
* Fix crasher bug.Manuel Klimek2014-03-181-3/+14
* clang-format: Indent from dict literal labels.Daniel Jasper2014-03-171-2/+3
* clang-format: Fix crasher.Daniel Jasper2014-03-121-3/+2
* clang-format: Avoid unnecessary break before lambda return type.Daniel Jasper2014-03-111-1/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Fix operator<< recognition (PR19064).Alexander Kornienko2014-03-061-2/+4
* clang-format: Fix alignment of comments inside statements.Daniel Jasper2014-02-111-22/+29
* clang-format: Don't indent relative to unary operators.Daniel Jasper2014-02-051-1/+0
* clang-format: Understand __attribute__s preceding parameter lists.Daniel Jasper2014-01-281-1/+2
* clang-format: Fix bug introduced in r198871.Daniel Jasper2014-01-141-1/+0
* clang-format: Don't indent relative to ./->.Daniel Jasper2014-01-131-2/+0
* clang-format: Add @s when breaking NSString literals.Daniel Jasper2014-01-091-2/+10
* 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
OpenPOWER on IntegriCloud