[PATCH] D109557: Adds a BreakBeforeClosingParen option

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 14 03:18:26 PDT 2021


MyDeveloperDay added a comment.



> The you quoted would, in my mind, be formatted like this:
>
>   void foo() {
>       if (
>           quitelongarg != (alsolongarg - 1)
>       ) { // ABC is a very longgggggggggggg comment
>           return;
>       }
>   }
>
> This is because I don't allow breaking the closing paren without breaking after the opening paren, but this might be only my own style.

Yes, this is not what you are going to get with this revision, we need to decide if that is what is expected


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109557



More information about the cfe-commits mailing list