summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestSelective.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-1/+1
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-1/+1
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-1/+67
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-0/+8
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-2/+2
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-3/+3
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-2/+8
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-4/+4
* clang-format: [JS] Make requoting of JavaScript string literals onlyDaniel Jasper2016-03-171-0/+12
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-291-0/+17
* clang-format: Improve selective comment formatting.Daniel Jasper2016-01-091-0/+7
* clang-format: Simplify and improve stop condition for formattingDaniel Jasper2015-11-021-0/+21
* clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper2015-11-011-0/+21
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-281-8/+18
* clang-format: NFC. Move testing of selective formatting to a separate file.Daniel Jasper2015-06-151-0/+441
OpenPOWER on IntegriCloud