[PATCH] D150057: [clang-format] Fix consecutive alignments in #else blocks
Emilia Kond via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 6 19:36:28 PDT 2023
rymiel 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"
----------------
Should probably get rid of this comment?
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