aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/WhitespaceManager.h
AgeCommit message (Expand)Author
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-08-25[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used forDaniel Jasper
2017-08-10clang-format: Fix bug with ENAS_DontAlign and empty linesJacob Bandes-Storch
2017-06-13[clang-format] Document the StartOfTokenColumn parameter, NFCKrasimir Georgiev
2017-03-23Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2016-12-19[Format] Remove dead code.Benjamin Kramer
2016-04-28Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu
2016-01-11[clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer
2015-12-01This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper
2015-10-04SourceRanges are small and trivially copyable, don't them by reference.Craig Topper
2015-10-01[clang-format] Add support of consecutive declarations alignmentDaniel Jasper
2015-06-17clang-format: clang-format (NFC)Daniel Jasper
2015-04-29clang-format: Add ability to align assignment operators.Daniel Jasper
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-04-17Fix alignment of trailing block comments.Alexander Kornienko
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-10-11Support formatting of preprocessor branches.Manuel Klimek
2013-09-27Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko
2013-09-27Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko
2013-09-11Support for CR LF newlines.Alexander Kornienko
2013-07-08Reformat clang-format's source files after r185822 and others.Daniel Jasper
2013-06-11Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko
2013-05-29The second step in the token refactoring.Manuel Klimek
2013-05-27Major refactoring of BreakableToken.Manuel Klimek
2013-05-22Makes whitespace management more consistent.Manuel Klimek
2013-05-13Implements UseTab for clang-format.Manuel Klimek
2013-04-25Add option to align escaped newlines left.Daniel Jasper
2013-04-24Fix comment alignment behavior.Daniel Jasper
2013-04-17Unified token breaking logic: support for line comments.Alexander Kornienko
2013-04-15Unified token breaking logic for strings and block comments.Alexander Kornienko