summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Refactoring.Daniel Jasper2014-11-231-99/+83
* clang-format: [JS] Support Closure's module statements.Daniel Jasper2014-11-231-2/+3
* clang-format: Use nested block special case for all languages.Daniel Jasper2014-11-211-23/+20
* clang-format: [Java] Don't align after "return".Daniel Jasper2014-11-201-1/+2
* clang-format: Add option to disable alignment after opening bracketsDaniel Jasper2014-11-181-5/+8
* clang-format: Improve function parameter packing.Daniel Jasper2014-11-141-1/+2
* clang-format: Improve indentation of comments in expressions.Daniel Jasper2014-11-141-1/+1
* Revert "clang-format: [js] Updates to Google's JavaScript style."Daniel Jasper2014-11-051-1/+0
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-5/+6
* clang-format: [Java] Fix class declaration formatting.Daniel Jasper2014-11-031-1/+3
* clang-format: [Java] Don't break after extends/implements.Daniel Jasper2014-11-021-0/+7
* clang-format: [Java] Improve line breaks around annotations.Daniel Jasper2014-10-311-3/+6
* clang-format: [js] Updates to Google's JavaScript style.Daniel Jasper2014-10-311-0/+1
* clang-format: [ObjC] Add separate flag to control indentation in blocksDaniel Jasper2014-10-281-2/+2
* clang-format: Don't break after very short return types.Daniel Jasper2014-10-271-0/+6
* clang-format: [Proto] Change formatting text-formatted options.Daniel Jasper2014-10-271-2/+1
* clang-format: [Java] Wrap after each function annotation.Daniel Jasper2014-10-211-1/+3
* 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
OpenPOWER on IntegriCloud