summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.cpp
Commit message (Expand)AuthorAgeFilesLines
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-14/+43
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-9/+7
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-87/+70
* 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
* 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
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-120/+280
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-7/+13
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-171-56/+74
* Unified token breaking logic for strings and block comments.Alexander Kornienko2013-04-151-0/+161
OpenPOWER on IntegriCloud