[PATCH] D144296: [clang-format] Rewrite how indent is reduced for compacted namespaces
Emilia Dreamer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 21 17:07:56 PST 2023
rymiel added inline comments.
================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:387
+ if (!(*compactedLine)->InPPDirective)
+ (*compactedLine)->Level-= dedentBy;
+ }
----------------
owenpan wrote:
> Did git-clang-format miss this?
Nope, I forgot to amend the change!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144296/new/
https://reviews.llvm.org/D144296
More information about the cfe-commits
mailing list