summaryrefslogtreecommitdiffstats
path: root/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper2017-05-081-0/+54
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+6
* clang-format: [JS] parse async function declarations.Martin Probst2017-04-271-0/+17
* clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.Martin Probst2017-04-261-0/+3
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-0/+19
* 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-215-41/+44
* [clang-format] Clang-tidy cleanup of NamespaceEndCommentFixerTest.cpp, NFCKrasimir Georgiev2017-04-211-1/+1
* [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFCKrasimir Georgiev2017-04-211-3/+2
* Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith2017-04-171-1/+1
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-111-0/+12
* [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
* clang-format: [JS] fix whitespace around "of" operator.Martin Probst2017-04-051-0/+2
* [clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre2017-04-041-0/+15
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-0/+2
* 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: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-141-0/+7
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-0/+7
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-0/+6
* clang-format: [JS] do not wrap after interface and type.Martin Probst2017-03-131-0/+14
* [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] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-081-1/+21
* [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] Support namespaces ending in semicolonKrasimir Georgiev2017-03-071-1/+84
* [clang-format] Add tests for ambiguous namespaces to the comment fixerKrasimir Georgiev2017-03-061-0/+80
* [clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev2017-03-061-0/+18
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-022-14/+57
* clang-format: [JS] Properly format object literals with shorthands.Daniel Jasper2017-03-011-0/+5
* clang-format: [JS/TS] Properly understand cast expressions.Daniel Jasper2017-03-011-0/+3
* [clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-011-0/+12
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-21/+45
* Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper2017-03-011-8/+16
* clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper2017-03-011-0/+8
* clang-format: [Java] Fix bug in enum formatting.Daniel Jasper2017-02-281-0/+7
* Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst2017-02-281-0/+24
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-272-1/+352
* clang-format: [JS] whitespace after async in arrow functions.Martin Probst2017-02-271-0/+2
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-0/+7
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-36/+20
* clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper2017-02-201-4/+14
* clang-format: [JS/TS] Improve detection for array subscripts in types.Daniel Jasper2017-02-201-0/+3
* clang-format: Don't remove existing spaces between identifier and ::.Daniel Jasper2017-02-171-0/+2
* [clang-format] Align block comment decorationsKrasimir Georgiev2017-02-162-8/+196
* [clang-format] Remove dead code in FormatTestComments, NFCKrasimir Georgiev2017-02-141-7/+0