[PATCH] D109557: Adds a BreakBeforeClosingParen option

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 01:08:25 PDT 2021


MyDeveloperDay added a comment.

I stuggle to see that

  if (
          quitelongarg != (alsolongarg - 1)
      )

is correct, I mean 3 lines for a 1 line if seems like this is something different,  its like

  auto string = std::string(
  );

This just doesn't seem correct for empty functions


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