[PATCH] D135466: [clang-format] Add support to remove unnecessary semicolons after function definition
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 9 02:57:21 PDT 2022
MyDeveloperDay marked an inline comment as done.
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:26773
+ Style);
+
+ // These tests are here to show a problem that may not be easily
----------------
owenpan wrote:
> owenpan wrote:
> > Add the test case if it will pass.
> > Add the test case if it will pass.
>
> So the test case above fails?
No that passes only those in the #if 0 fail below
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135466/new/
https://reviews.llvm.org/D135466
More information about the cfe-commits
mailing list