[clang] Add support for aligning BlockComments in declarations (PR #109497)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 00:39:52 PDT 2024


================
@@ -20272,14 +20318,16 @@ TEST_F(FormatTest, AlignWithLineBreaks) {
                  /*AcrossComments=*/false, /*AlignCompound=*/false,
                  /*AlignFunctionDeclarations=*/false,
                  /*AlignFunctionPointers=*/false,
-                 /*PadOperators=*/true}));
+                 /*PadOperators=*/true,
+                 /*AlignBlockComments=*/false}));
----------------
owenca wrote:

Sort and bin-pack.

https://github.com/llvm/llvm-project/pull/109497


More information about the cfe-commits mailing list