summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add option to control call argument bin-packing separatelyDaniel Jasper2014-10-091-5/+7
* clang-format: Fix bug with comments between non-trival parameters.Daniel Jasper2014-10-071-3/+4
* clang-format: [JS] Improve formatting of function literals in chainsDaniel Jasper2014-09-291-1/+4
* clang-format: Undo r216377.Daniel Jasper2014-09-191-4/+3
* clang-format: Improve line breaks at function calls.Daniel Jasper2014-09-121-0/+12
* clang-format: [JS] Format embedded function literals more efficently.Daniel Jasper2014-09-051-1/+2
* clang-format: Improve formatting of nested builder-type calls.Daniel Jasper2014-08-251-3/+4
* clang-format: Fix indentation in multi-line placement new.Daniel Jasper2014-08-061-0/+3
* clang-format: [proto] Improve formatting of text-proto options.Daniel Jasper2014-07-281-1/+2
* clang-format: Improve heuristic around avoiding bad line breaks.Daniel Jasper2014-07-151-1/+2
* clang-format: Add new option to indent wrapped function declarations.Daniel Jasper2014-07-091-2/+3
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-8/+7
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-101-5/+5
* clang-format: Fix enum formatting with specific comment.Daniel Jasper2014-06-101-1/+3
* clang-format: Handle multiline strings inside ternary expressions.Daniel Jasper2014-06-101-1/+2
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-041-4/+2
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-13/+18
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-281-45/+59
* clang-format: Split up moveStateToNextToken.Daniel Jasper2014-05-261-120/+151
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-211-2/+4
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-211-2/+33
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-191-1/+1
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-8/+5
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-3/+3
* clang-format: Cleanup redundant calculation of ParenLevel.Daniel Jasper2014-05-081-18/+16
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-071-2/+3
* clang-format: Fix import statements with ColumnLimit: 0Daniel Jasper2014-05-051-1/+1
* Fix typo (first commit to test commit access).Dinesh Dwivedi2014-05-011-1/+1
* clang-format: Don't bin-pack text-proto-formatted options.Daniel Jasper2014-04-291-0/+1
* clang-format: Allow single-line function in WebKit style.Daniel Jasper2014-04-291-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* clang-format: Respect BinPackParameters in Cpp11BracedListStyle.Daniel Jasper2014-04-171-0/+1
* clang-format: Add special case to reduce indentaiton in streams.Daniel Jasper2014-04-161-2/+4
* Fix assertion when breaking string literals with tab characters.Alexander Kornienko2014-04-151-0/+6
* clang-format: Understand proto text format without commas.Daniel Jasper2014-04-151-0/+3
* clang-format: Improve array literal formatting fix in r206161.Daniel Jasper2014-04-141-1/+1
* clang-format: With ColumnLimit=0, keep short array literals on a line.Daniel Jasper2014-04-141-0/+1
* clang-format: Don't allow hanging indentation for operators on new linesDaniel Jasper2014-04-141-13/+25
* clang-format: Improve format of calls with several lambdas.Daniel Jasper2014-04-091-1/+8
* clang-format: Extend AllowShortFunctions.. to only merge inline functions.Daniel Jasper2014-04-081-1/+1
* clang-format: Prefer an additional line-break over hanging indent.Daniel Jasper2014-04-031-0/+12
* xDaniel Jasper2014-04-031-1/+1
* clang-format: Solve issues found and fixed by clang-tidy.Daniel Jasper2014-03-311-1/+1
* clang-format: Avoid line-breaks that increase the current column.Daniel Jasper2014-03-271-5/+9
* clang-format: Extract getNewLineColumn out of addTokenOnNewLine.Daniel Jasper2014-03-271-74/+100
* 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
OpenPOWER on IntegriCloud