summaryrefslogtreecommitdiffstats
path: root/lib/Format/FormatToken.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix bug in handling of single-column lists.Daniel Jasper2016-12-211-8/+6
* clang-format: Fix regression introduced in r290084.Daniel Jasper2016-12-191-0/+8
* clang-format: Allow "single column" list layout even if that violates theDaniel Jasper2016-12-191-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* clang-format: Align long braced init lists even if they are nested inDaniel Jasper2016-01-041-4/+6
* clang-format: [JS] Conservatively introduce column layout for JS arrayDaniel Jasper2015-12-221-4/+12
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-1/+1
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-1/+2
* clang-format: Print token type name instead of number in -debug outputBirunthan Mohanathas2015-07-131-0/+14
* [clang-format] Hoist vector allocation out of loop. NFC.Benjamin Kramer2015-06-121-2/+5
* clang-format: Guard the bin-packing in braced lists on BinPackArgumentsDaniel Jasper2015-05-261-3/+3
* clang-format: Don't use column layout in lists that have separatingDaniel Jasper2015-05-151-5/+7
* clang-format: Support column layout with comment after {.Daniel Jasper2015-05-131-4/+6
* clang-format: Appease the buildbots by including climits.Daniel Jasper2015-05-111-0/+1
* clang-format: Improve column layout.Daniel Jasper2015-05-111-14/+18
* clang-format: Several improvements around formatting braced lists.Daniel Jasper2015-05-081-3/+4
* clang-format: Fix crash on invalid code.Daniel Jasper2015-01-191-1/+2
* clang-format: Don't use column layout with AlignAfterOpenBrackets.Daniel Jasper2014-11-271-0/+4
* clang-format: Prevent column layout if elements aren't uniform enough.Daniel Jasper2014-09-191-2/+10
* clang-format: Format long lists in columns if without bin-packing.Daniel Jasper2014-08-131-3/+5
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-8/+5
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-2/+2
* clang-format: Respect BinPackParameters in Cpp11BracedListStyle.Daniel Jasper2014-04-171-0/+5
* clang-format: Enable formatting of lambdas with explicit return type.Daniel Jasper2014-01-161-0/+30
* clang-format: Some tweaks to braces list formatting:Daniel Jasper2014-01-091-13/+20
* clang-format: Be more conservative about braced list column layout.Daniel Jasper2013-12-091-1/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* clang-format: Prefer column layout if possible.Daniel Jasper2013-11-231-1/+4
* clang-format: Be more conservative about column layout formatting.Daniel Jasper2013-10-241-1/+9
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-241-0/+1
* Support formatting of preprocessor branches.Manuel Klimek2013-10-111-0/+1
* clang-format: Fix incorrect enum parsing / layouting.Daniel Jasper2013-09-131-0/+1
* Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko2013-09-101-2/+2
* clang-format: Fix bug in column layout.Daniel Jasper2013-08-271-2/+6
* clang-format: Fix bug in column-layout formatting.Daniel Jasper2013-08-261-8/+8
* clang-format: Handle trailing commas in column layout of braced list.Daniel Jasper2013-08-231-0/+5
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-0/+184