summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem in ExpressionParser leading to trailing comments affecting inde...Alexander Kornienko2013-06-171-7/+4
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-172-6/+15
* Don't remove backslashes from block comments.Alexander Kornienko2013-06-143-50/+51
* Preserve newlines before block comments in static initializers.Alexander Kornienko2013-06-122-2/+2
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-114-44/+84
* Improved handling of escaped newlines at the token start.Alexander Kornienko2013-06-072-44/+21
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-074-29/+48
* Fix incorrect line breaking before trailing block comments.Daniel Jasper2013-06-061-1/+1
* Fix clang-format's expression parser for leading }s.Daniel Jasper2013-06-061-1/+5
* Improve c-style cast detection.Daniel Jasper2013-06-061-1/+4
* UTF-8 support for clang-format.Alexander Kornienko2013-06-057-167/+282
* Moved FormatToken to a separate header.Alexander Kornienko2013-06-032-255/+282
* Let clang-format remove empty lines before "}".Daniel Jasper2013-06-032-1/+6
* Improve detection preventing certain kind of formatting patterns.Daniel Jasper2013-06-031-14/+13
* Fix line-breaking problem caused by comment.Daniel Jasper2013-06-031-0/+1
* Improve recognition of template parameters.Daniel Jasper2013-06-011-1/+8
* Improve clang-format's c-style cast detection.Daniel Jasper2013-05-311-11/+27
* Improve clang-format's error recovery.Daniel Jasper2013-05-311-13/+16
* Make formatting of empty blocks more consistent.Daniel Jasper2013-05-311-4/+5
* Properly format nested conditional operators.Daniel Jasper2013-05-311-5/+27
* Fix detection/formatting of braced lists in ternary expressions.Daniel Jasper2013-05-311-2/+2
* More fixes for clang-format's multiline comment breaking.Daniel Jasper2013-05-301-3/+1
* Fix another clang-format crasher related to multi-line comments.Daniel Jasper2013-05-301-0/+3
* Add asserts to guard against regressions.Manuel Klimek2013-05-301-0/+2
* Fix crasher when formatting certain block comments.Daniel Jasper2013-05-301-0/+5
* Fixes error when splitting block comments.Manuel Klimek2013-05-291-2/+10
* Use a non-recursive implementation to reconstruct line breaks.Manuel Klimek2013-05-291-16/+17
* The second step in the token refactoring.Manuel Klimek2013-05-296-582/+513
* Add return missing in r182855.Daniel Jasper2013-05-291-0/+1
* Leave some macros on their own lineDaniel Jasper2013-05-291-1/+7
* Add option to always break template declarations.Daniel Jasper2013-05-292-0/+7
* Remove obsolete variable as discovered in post-commit review.Daniel Jasper2013-05-281-4/+0
* Support uniform inits in braced lists.Daniel Jasper2013-05-281-5/+0
* Fix formatting regression regarding pointers to arrays.Daniel Jasper2013-05-281-1/+1
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-286-109/+123
* A first step towards giving format tokens pointer identity.Manuel Klimek2013-05-283-190/+199
* Initial support for designated initializers.Daniel Jasper2013-05-283-11/+22
* Disable tab expansion when counting the columns in block comments.Manuel Klimek2013-05-281-10/+8
* Fixes indentation of empty lines in block comments.Manuel Klimek2013-05-281-2/+11
* Clean up formatting of function types.Daniel Jasper2013-05-282-12/+11
* Fix formatting of expressions containing ">>".Daniel Jasper2013-05-281-0/+1
* Remove unreachable returnDavid Blaikie2013-05-271-1/+0
* Improve formatting of templates.Daniel Jasper2013-05-271-1/+2
* Major refactoring of BreakableToken.Manuel Klimek2013-05-276-344/+445
* Improve indentation of assignments.Daniel Jasper2013-05-271-1/+4
* Address post-review comment from dblakie.Manuel Klimek2013-05-271-1/+1
* Fix hacky way of preventing a certain type of line break.Daniel Jasper2013-05-271-10/+17
* Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber2013-05-262-5/+21
* Ignore contents of #if 0 blocks.Alexander Kornienko2013-05-242-1/+80
* More tests and a fix for braced init lists.Daniel Jasper2013-05-231-2/+2
OpenPOWER on IntegriCloud