summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-091-5/+6
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-6/+6
* Don't break single-line raw string literals.Alexander Kornienko2014-12-141-20/+1
* Don't break string literals in Java and JavaScript.Alexander Kornienko2014-12-121-0/+6
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-74/+30
* clang-format: Remove a few else after return statements.Daniel Jasper2014-12-101-19/+12
* clang-format: Indent correctly in conditional expressions after return.Daniel Jasper2014-12-081-1/+2
* clang-format: [Java] Always break after annotations of multiline decls.Daniel Jasper2014-12-081-3/+6
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-4/+8
* clang-format: precedence-based indentation when breaking before operators.Daniel Jasper2014-12-021-7/+8
* clang-format: Refactoring.Daniel Jasper2014-11-251-99/+83
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-83/+99
* 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
OpenPOWER on IntegriCloud