summaryrefslogtreecommitdiff
path: root/unittests/Format
AgeCommit message (Expand)Author
2018-02-06Merging r324246:Hans Wennborg
2018-02-06Merging r323904:Hans Wennborg
2017-12-14Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton
2017-12-14[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-12[clang-format] Improve ObjC headers detection.Krasimir Georgiev
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-04Fix bug where we wouldn't break columns over the limit.Manuel Klimek
2017-12-01Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek
2017-11-30clang-format: [JS] do not wrap after async/await.Martin Probst
2017-11-29Restructure how we break tokens.Manuel Klimek
2017-11-27[clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev
2017-11-25clang-format: [JS] do not collapse short classes.Martin Probst
2017-11-25clang-format: [JS] handle semis in generic types.Martin Probst
2017-11-25clang-format: [JS] handle `for` as object label.Martin Probst
2017-11-25clang-format: [JS] disable ASI on decorators.Martin Probst
2017-11-24[clang-format] Deduplicate using declarationsKrasimir Georgiev
2017-11-24clang-format: [JS] do not break in ArrayType[].Martin Probst
2017-11-24clang-format: [JS] do not wrap before yield.Martin Probst
2017-11-24clang-format: [JS] space between ! assert and in.Martin Probst
2017-11-24clang-format: [JS] handle destructuring `of`.Martin Probst
2017-11-17clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst
2017-11-17Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek
2017-11-14Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek
2017-11-10[clang-format] Handle leading comments in using declarationDaniel Jasper
2017-11-10[clang-format] Support python-style comments in text protosKrasimir Georgiev
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-11-06[clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper
2017-11-03[clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev
2017-10-30[clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-10-18[clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev
2017-10-16[clang-format] Break non-trailing comments, try 2Krasimir Georgiev
2017-10-02[clang-format] Fix regression about short functions after #elseKrasimir Georgiev
2017-09-27clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber
2017-09-27[clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej
2017-09-27[clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh
2017-09-25clang-format/java: Always put space after `assert` keyword.Nico Weber
2017-09-22[clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev
2017-09-20Fix clang-format's detection of structured bindings.Manuel Klimek
2017-09-19Fix formatting of lambda introducers with initializers.Manuel Klimek
2017-09-15[clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev
2017-09-11clang-format: [JS] wrap and indent `goog.setTestOnly` calls.Martin Probst
2017-09-11[clang-format] Fixed one-line if statementKrasimir Georgiev
2017-09-07[clang-format] Add support for C++17 structured bindings.Marek Kurdej
2017-09-04clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper
2017-09-03clang-format: Fix formatting of for loops with multiple increments.Daniel Jasper
2017-08-31Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSI...David Blaikie
2017-08-30clang-format: Add preprocessor directive indentationKrasimir Georgiev
2017-08-29[clang-format] Do not format likely xmlKrasimir Georgiev