[PATCH] D107961: [clang-format] Distinguish K&R C function definition and attribute

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 01:16:04 PDT 2021


MyDeveloperDay requested changes to this revision.
MyDeveloperDay added a comment.
This revision now requires changes to proceed.

The following doesn't feel consistent

  bool foo(a, Bar) final;     // comment
  bool foo(a, Bar) final;
  Bar foo(a, Bar)
  final; // comment
  Bar foo(a, Bar)
  final;


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

https://reviews.llvm.org/D107961



More information about the cfe-commits mailing list