[PATCH] D135466: [clang-format] Add support to remove unnecessary semicolons after function definition

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 9 02:51:52 PDT 2022


owenpan accepted this revision.
owenpan added a comment.

LGTM



================
Comment at: clang/unittests/Format/FormatTest.cpp:26773
+               Style);
+
+  // These tests are here to show a problem that may not be easily
----------------
owenpan wrote:
> Add the test case if it will pass.
> Add the test case if it will pass.

So the test case above fails?


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

https://reviews.llvm.org/D135466



More information about the cfe-commits mailing list