[PATCH] D106112: [clang-format] Break an unwrapped line at a K&R C parameter decl

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 16 09:55:33 PDT 2021


MyDeveloperDay added a comment.

In D106112#2883301 <https://reviews.llvm.org/D106112#2883301>, @curdeius wrote:

> Looks okay, but I was wondering if we don't want to guard all K&R-related changes behind e.g. ```Standard: Cpp78``, so as not to possibly introduce strange bugs in newer modes.
> It may be an overkill if there are 2 patches like this, but if there are more, that might become sensible to do so.
> WDYT?

I wouldn't be opposed to that idea


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106112



More information about the cfe-commits mailing list