curdeius added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:8415-8417
+ verifyFormat("if (int *p, *q; p != q) {\n p = p->next;\n}", Style);
+ verifyFormat("/*comment*/ if (int *p, *q; p != q) {\n p = p->next;\n}",
+ Style);
----------------
owenpan wrote:
> Same as lines 8412-8414.
Some problem with the patch, it wasn't in this commit. Will fix after landing
other revisions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119648/new/
https://reviews.llvm.org/D119648
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits