summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud