aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/WhitespaceManager.cpp
AgeCommit message (Expand)Author
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-08-01[Format] Fix for bug 35641Ilya Biryukov
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-08-25[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used forDaniel Jasper
2017-08-23[clang-format] Align trailing comments if ColumnLimit is 0Krasimir Georgiev
2017-08-10clang-format: Fix bug with ENAS_DontAlign and empty linesJacob Bandes-Storch
2017-06-07[clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev
2017-06-04[clang-format] Don't align too long broken trailing commentsKrasimir Georgiev
2017-05-08[clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper
2017-03-23Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic
2017-02-03[clang-format] Re-align broken comment lines where appropriate.Krasimir Georgiev
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2017-01-25[clang-format] Implement comment reflowing.Krasimir Georgiev
2016-12-23Use after move bug fixesPiotr Padlewski
2016-12-19[Format] Remove dead code.Benjamin Kramer
2016-10-26Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu
2016-08-01Implement tooling::Replacements as a class.Eric Liu
2016-04-14clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin
2016-02-01clang-format: Fix alignment of trailing multiline columns.Daniel Jasper
2016-01-11[clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer
2016-01-09clang-format: Improve selective comment formatting.Daniel Jasper
2015-12-01This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper
2015-10-07[clang-format] Stop alignment sequences on open braces and parens whenDaniel 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-09-22clang-format: Fix alignConsecutiveAssignments.Daniel Jasper
2015-05-28[Format] Skip creating temporary std::strings when filling another string.Benjamin Kramer
2015-04-29clang-format: Add ability to align assignment operators.Daniel Jasper
2015-03-03Make sure we initialize all values in WhitespaceManager::Change.Manuel Klimek
2015-03-03clang-format: Fix access to uninitialized memory.Daniel Jasper
2015-01-29clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper
2015-01-07clang-format: Understand single-line comments at the end of blocks.Daniel Jasper
2014-11-25clang-format: Refactoring.Daniel Jasper
2014-11-24Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman
2014-11-23clang-format: Refactoring.Daniel Jasper
2014-05-09clang-format: Fix bug introduced by r208392.Daniel Jasper
2014-04-27clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper
2014-04-17Fix alignment of trailing block comments.Alexander Kornienko
2014-03-28clang-format: Fix aligning of comments and escaped newlines in macros.Daniel Jasper
2013-11-08clang-format: Improve clang-format's detection about comment binding.Daniel Jasper
2013-10-11Support formatting of preprocessor branches.Manuel Klimek
2013-09-27Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko
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-16When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat th...Alexander Kornienko
2013-09-11Support for CR LF newlines.Alexander Kornienko
2013-09-05Handle zero-width and double-width characters in string literals and comments.Alexander Kornienko