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

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 16 08:17:35 PDT 2021


curdeius added a comment.

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?


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