[PATCH] D150057: [clang-format] Fix consecutive alignments in #else blocks
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 8 19:42:54 PDT 2023
owenpan added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:6394
+ "#elif BAZ\n"
+ " bool ab = true;\n"
+ "#endif\n"
----------------
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