[PATCH] D120359: [clang-format][NFC] Remove redundant semi

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 23 11:48:31 PST 2022


HazardyKnusperkeks added a comment.

In D120359#3339638 <https://reviews.llvm.org/D120359#3339638>, @curdeius wrote:

> 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.

Just a messed up git diff command. I had some unstaged and uncommited changes in the same file. It's the other way around. I will update the diff.


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