[PATCH] D138402: [clang-format] Correctly count a tab's width in a comment
Emilia Dreamer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 06:01:32 PST 2022
rymiel accepted this revision.
rymiel added a comment.
This revision is now accepted and ready to land.
The behaviour of tabs still doesn't match that of spaces, but at least this makes it idempotent.
This also fixes https://github.com/llvm/llvm-project/issues/51808, I'm closing it as duplicate in favor of the issue fixed by this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138402/new/
https://reviews.llvm.org/D138402
More information about the cfe-commits
mailing list