summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/WhitespaceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko2013-09-051-2/+2
* clang-format: Fix infinite loop in macro special case.Daniel Jasper2013-08-281-6/+4
* clang-format: Make alignment of trailing comments optional ..Daniel Jasper2013-07-311-3/+3
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-9/+8
* Don't align "} // namespace" comments.Daniel Jasper2013-07-011-7/+17
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-171-4/+7
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-17/+16
* The second step in the token refactoring.Manuel Klimek2013-05-291-4/+3
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-4/+4
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-19/+0
* Fix aligning of comments.Manuel Klimek2013-05-231-4/+5
* Fix aligning of comments that are at the start of the line.Manuel Klimek2013-05-231-3/+4
* Stop aligning trailing comments which are aligned with the next line.Manuel Klimek2013-05-231-1/+15
* Use a SourceRange for the whitespace location in FormatToken.Manuel Klimek2013-05-231-11/+6
* Fix uninitialized access error found by valgrind.Manuel Klimek2013-05-221-0/+3
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-142/+200
* Fix style according to post-commit review comments.Manuel Klimek2013-05-131-2/+2
* Implements UseTab for clang-format.Manuel Klimek2013-05-131-2/+10
* Add option to align escaped newlines left.Daniel Jasper2013-04-251-38/+80
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-171-63/+9
* Unified token breaking logic for strings and block comments.Alexander Kornienko2013-04-151-0/+223
OpenPOWER on IntegriCloud