summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.h
Commit message (Expand)AuthorAgeFilesLines
* Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko2013-11-121-0/+15
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-271-18/+21
* When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko2013-09-161-0/+1
* Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko2013-09-051-11/+15
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-2/+2
* Fix for corner cases in code handling leading "* " decorations in block commentsAlexander Kornienko2013-07-081-0/+4
* Don't remove backslashes from block comments.Alexander Kornienko2013-06-141-14/+12
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-2/+12
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-9/+13
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-5/+11
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-172/+131
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-4/+5
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-171-67/+81
* Unified token breaking logic for strings and block comments.Alexander Kornienko2013-04-151-0/+226
OpenPOWER on IntegriCloud