[PATCH] D152975: [clang-format] Allow break after return keyword

Gedare Bloom via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 11:12:13 PDT 2023


gedare abandoned this revision.
gedare added a comment.

I don't like the approach I took. It will be hard (impossible) to tune a default return penalty that ensures backward compatibility. The only way I see to make this work is to add an option to enable breaks after the return keyword. This is low on my priorities however, so I am abandoning this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152975/new/

https://reviews.llvm.org/D152975



More information about the cfe-commits mailing list