[PATCH] D134042: [clang-format] Fix alignment in #else preprocessor blocks

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 13:25:14 PDT 2022


HazardyKnusperkeks added a comment.

Please reupload the diff with the context.



================
Comment at: clang/unittests/Format/FormatTest.cpp:5785
+                           "}";
+    EXPECT_EQ(Expected, format(ToFormat, Style));
+    EXPECT_EQ(Expected, format(Expected, Style));
----------------
There should be a `verifyFormat` variant fitting for you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134042/new/

https://reviews.llvm.org/D134042



More information about the cfe-commits mailing list