[PATCH] D125961: [clang-format] Don't break lines after pragma region
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 23 08:53:32 PDT 2022
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:19604
+
+ EXPECT_EQ("#pragma region TEST(FOO : BAR)", format("#pragma region TEST(FOO : BAR)", Style));
+}
----------------
do we need to consider endregion at all? it would be nice to have some tests that included both.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125961/new/
https://reviews.llvm.org/D125961
More information about the cfe-commits
mailing list