summaryrefslogtreecommitdiffstats
path: root/lib/Format/WhitespaceManager.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r311792:Hans Wennborg2017-08-251-4/+3
* [clang-format] Document the StartOfTokenColumn parameter, NFCKrasimir Georgiev2017-06-131-0/+4
* Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic2017-03-231-0/+8
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-23/+13
* [Format] Remove dead code.Benjamin Kramer2016-12-191-3/+0
* Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu2016-04-281-2/+2
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-111-1/+6
* This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper2015-12-011-12/+1
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-2/+2
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-011-1/+10
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-2/+4
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-0/+7
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Fix alignment of trailing block comments.Alexander Kornienko2014-04-171-3/+23
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-1/+4
* Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko2013-09-271-5/+12
* Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko2013-09-271-1/+2
* Support for CR LF newlines.Alexander Kornienko2013-09-111-7/+9
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-3/+2
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-11/+13
* The second step in the token refactoring.Manuel Klimek2013-05-291-1/+1
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-8/+0
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-53/+109
* Implements UseTab for clang-format.Manuel Klimek2013-05-131-0/+2
* Add option to align escaped newlines left.Daniel Jasper2013-04-251-10/+24
* Fix comment alignment behavior.Daniel Jasper2013-04-241-3/+3
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-171-15/+0
* Unified token breaking logic for strings and block comments.Alexander Kornienko2013-04-151-0/+120