summaryrefslogtreecommitdiffstats
path: root/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-0/+1
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-0/+10
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-1/+24
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-3/+177
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-4/+20
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+46
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+17
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-0/+8
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+68
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+136
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+125
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-7/+177
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+14
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-151-4/+4
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-8/+34
* [clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper2017-05-081-0/+54
* clang-format: Fix bad corner case in formatting of function types.Daniel Jasper2017-04-241-0/+6
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-13/+14
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-4/+12
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-0/+13
* Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic2017-03-231-5/+82
* [clang-format] disable adding extra space after MSVC '__super' keywordMartin Probst2017-03-161-0/+4
* clang-format: Fix bug in wrapping behavior of operators.Daniel Jasper2017-03-161-0/+3
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+12
* [clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...Krasimir Georgiev2017-03-081-2/+87
* clang-format: Get slightly better at understanding */&.Daniel Jasper2017-03-081-0/+1
* [clang-format] Followup of D30646 - unbreak the buildAndi-Bogdan Postelnicu2017-03-071-2/+2
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-071-0/+5
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-021-7/+6
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-21/+45
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-0/+7
* clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper2017-02-201-4/+14
* clang-format: Don't remove existing spaces between identifier and ::.Daniel Jasper2017-02-171-0/+2
* [clang-format] Align block comment decorationsKrasimir Georgiev2017-02-161-1/+1
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-101-0/+5
* [clang-format] Move comment tests to their own file.Krasimir Georgiev2017-02-081-2085/+0
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-081-0/+116
* clang-format: Fix bad variable declaration detection.Daniel Jasper2017-02-071-0/+5
* clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignA...Daniel Jasper2017-02-061-0/+38
* [clang-format] Re-align broken comment lines where appropriate.Krasimir Georgiev2017-02-031-0/+34
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-0/+16
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-1/+40
* [clang-format] Don't reflow lines starting with TODO, FIXME or XXX.Krasimir Georgiev2017-02-021-0/+24
* clang-format: Do not use two-argument/operand special case with no alignmentDaniel Jasper2017-02-021-0/+4
* clang-format: Fix incorrect line breaks after forced operator wraps.Daniel Jasper2017-02-011-0/+9
* [clang-format] Fix regression about not aligning trailing comments in case th...Krasimir Georgiev2017-02-011-2/+11
* clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.Daniel Jasper2017-02-011-25/+55
* [clang-format] Fix regression about adding leading whitespace to the content ...Krasimir Georgiev2017-01-311-0/+19
* [clang-format] Fix reflow in block comment lines with leading whitespace.Krasimir Georgiev2017-01-311-0/+17