summaryrefslogtreecommitdiffstats
path: root/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* Merging r324246:Hans Wennborg2018-02-061-0/+14
* Merging r323904:Hans Wennborg2018-02-061-15/+79
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-5/+2
* [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton2017-12-141-2/+5
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+8
* [clang-format] Improve ObjC headers detection.Krasimir Georgiev2017-12-121-0/+11
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Fix bug where we wouldn't break columns over the limit.Manuel Klimek2017-12-041-0/+9
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-6/+20
* clang-format: [JS] do not wrap after async/await.Martin Probst2017-11-301-0/+5
* Restructure how we break tokens.Manuel Klimek2017-11-292-36/+115
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+182
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-251-4/+12
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-0/+1
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-251-0/+5
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-1/+3
* [clang-format] Deduplicate using declarationsKrasimir Georgiev2017-11-241-4/+19
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-241-0/+2
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-241-0/+1
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-241-0/+1
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-241-0/+4
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-172-3/+30
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-172-21/+154
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-142-3/+15
* [clang-format] Handle leading comments in using declarationDaniel Jasper2017-11-101-0/+7
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-0/+85
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-10/+61
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-0/+1
* [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-031-43/+12
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-4/+30
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-303-0/+748
* [clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev2017-10-181-2/+30
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-162-0/+88
* [clang-format] Fix regression about short functions after #elseKrasimir Georgiev2017-10-021-0/+10
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-271-0/+5
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-271-5/+18
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-271-9/+44
* clang-format/java: Always put space after `assert` keyword.Nico Weber2017-09-251-0/+1
* [clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev2017-09-221-0/+71
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-0/+5
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-0/+2
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-1/+37
* clang-format: [JS] wrap and indent `goog.setTestOnly` calls.Martin Probst2017-09-111-2/+6
* [clang-format] Fixed one-line if statementKrasimir Georgiev2017-09-111-0/+79
* [clang-format] Add support for C++17 structured bindings.Marek Kurdej2017-09-071-0/+25
* clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper2017-09-041-1/+9
* clang-format: Fix formatting of for loops with multiple increments.Daniel Jasper2017-09-031-0/+4
* Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSI...David Blaikie2017-08-311-0/+5
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-302-3/+179
* [clang-format] Do not format likely xmlKrasimir Georgiev2017-08-292-0/+18