[PATCH] D150057: [clang-format] Fix consecutive alignments in #else blocks
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 6 20:21:58 PDT 2023
owenpan added inline comments.
================
Comment at: clang/unittests/Format/FormatTestComments.cpp:2762
// These comments should *not* be aligned
- EXPECT_NE( // change for EQ when fixed
+ EXPECT_EQ( // change for EQ when fixed
"#if FOO\n"
----------------
rymiel wrote:
> Should probably get rid of this comment?
Yep! I'll do it before landing. Thanks for catching it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150057/new/
https://reviews.llvm.org/D150057
More information about the cfe-commits
mailing list