[PATCH] D109752: [clang-format] Top-level unwrapped lines don't follow a left brace

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 14 22:22:13 PDT 2021


owenpan added a comment.

Yes, the said invalid code may get reformatted. However, the main purpose of this patch is to fix the efficiency issue as nested function declarators would no longer be checked for possible K&R C function definitions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109752



More information about the cfe-commits mailing list