[PATCH] D120359: [clang-format][NFC] Remove redundant semi
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 23 00:14:57 PST 2022
curdeius added a comment.
I don't really understand this change. You say in the description that you remove the semicolon, but you actually add it.
Also, it's a common pattern not to add a semicolon and make all macro calls look like a normal statement (with a semi at the call place).
I'm not opposed but I don't see a reason for changing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120359/new/
https://reviews.llvm.org/D120359
More information about the cfe-commits
mailing list