[PATCH] D156259: [clang-format] Fix a bug that erroneously placed function arguments on a new line despite all arguments being able to fit on the same line.
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 22 19:34:55 PDT 2023
owenpan added a comment.
In D156259#4607177 <https://reviews.llvm.org/D156259#4607177>, @jp4a50 wrote:
> Addressed all comments. Please let me know if there's anything else required before merging.
There are still a couple of comments unaddressed plus another that asked for changing `!is()` to `isNot()`. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156259/new/
https://reviews.llvm.org/D156259
More information about the cfe-commits
mailing list