summaryrefslogtreecommitdiffstats
path: root/lib/Format/WhitespaceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-3/+15
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-27/+28
* clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko2019-02-151-4/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [Format] Fix for bug 35641Ilya Biryukov2018-08-011-1/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+5
* clang-format clang-format.Manuel Klimek2017-09-201-9/+7
* [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used forDaniel Jasper2017-08-251-8/+8
* [clang-format] Align trailing comments if ColumnLimit is 0Krasimir Georgiev2017-08-231-3/+8
* clang-format: Fix bug with ENAS_DontAlign and empty linesJacob Bandes-Storch2017-08-101-9/+11
* [clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev2017-06-071-8/+46
* [clang-format] Don't align too long broken trailing commentsKrasimir Georgiev2017-06-041-2/+4
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-4/+7
* Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic2017-03-231-43/+97
* [clang-format] Re-align broken comment lines where appropriate.Krasimir Georgiev2017-02-031-2/+3
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-59/+57
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-1/+32
* Use after move bug fixesPiotr Padlewski2016-12-231-2/+3
* [Format] Remove dead code.Benjamin Kramer2016-12-191-5/+0
* Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu2016-10-261-1/+1
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-1/+6
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-141-0/+8
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-011-10/+14
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-111-14/+25
* clang-format: Improve selective comment formatting.Daniel Jasper2016-01-091-7/+14
* This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper2015-12-011-190/+132
* [clang-format] Stop alignment sequences on open braces and parens whenDaniel Jasper2015-10-071-8/+28
* 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-10/+133
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-34/+44
* [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