summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/WhitespaceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve clang-format's detection about comment binding.Daniel Jasper2013-11-081-13/+15
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-2/+13
* Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko2013-09-271-0/+2
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-271-15/+35
* Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko2013-09-271-2/+10
* When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko2013-09-161-5/+3
* Support for CR LF newlines.Alexander Kornienko2013-09-111-25/+24
* 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