summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/WhitespaceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Format] Skip creating temporary std::strings when filling another string.Benjamin Kramer2015-05-281-6/+6
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-0/+91
* Make sure we initialize all values in WhitespaceManager::Change.Manuel Klimek2015-03-031-2/+3
* clang-format: Fix access to uninitialized memory.Daniel Jasper2015-03-031-0/+1
* clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper2015-01-291-0/+5
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-4/+6
* clang-format: Refactoring.Daniel Jasper2014-11-251-1/+1
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-1/+1
* clang-format: Refactoring.Daniel Jasper2014-11-231-1/+1
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-3/+2
* clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper2014-04-271-1/+2
* Fix alignment of trailing block comments.Alexander Kornienko2014-04-171-61/+85
* clang-format: Fix aligning of comments and escaped newlines in macros.Daniel Jasper2014-03-281-0/+4
* 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