diff options
author | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-20 07:48:45 +0100 |
---|---|---|
committer | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-20 07:48:45 +0100 |
commit | 807ab2cd0db398c420ca5b8a7fc260aaea5051a1 (patch) | |
tree | da8d7ee79119d94e3f52be61a50091f2d904217a /llvm/lib/IR/BasicBlock.cpp | |
parent | cc918e90c048c6c9a59ed08e7b2a2f92b4ac8140 (diff) | |
download | llvm-807ab2cd0db398c420ca5b8a7fc260aaea5051a1.zip llvm-807ab2cd0db398c420ca5b8a7fc260aaea5051a1.tar.gz llvm-807ab2cd0db398c420ca5b8a7fc260aaea5051a1.tar.bz2 |
[clang-format] [PR42164] Add Option to Break before While
Summary:
Its currently not possible to recreate the GNU style using the `BreakBeforeBraces: Custom` style due to a lack of missing `BeforeWhile` in the `BraceWrappingFlags`
The following request was raised to add `BeforeWhile` in a `do..while` context like `BeforeElse` and `BeforeCatch` to give greater control over the positioning of the `while`
https://bugs.llvm.org/show_bug.cgi?id=42164
Reviewers: krasimir, mitchell-stellar, sammccall
Reviewed By: krasimir
Subscribers: cfe-commits
Tags: #clang, #clang-format
Differential Revision: https://reviews.llvm.org/D79325
Diffstat (limited to 'llvm/lib/IR/BasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions