[clang] [clang-format] Remove special handling of comments after brace/paren (PR #71672)

via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 18 01:11:48 PDT 2025


================
@@ -1139,6 +1138,19 @@ TEST(ConfigParseTest, ParsesConfiguration) {
               FormatStyle::SDS_Leave);
   CHECK_PARSE("SeparateDefinitionBlocks: Never", SeparateDefinitionBlocks,
               FormatStyle::SDS_Never);
+
+  Style.Cpp11BracedListStyle = FormatStyle::BLS_FunctionCall;
----------------
owenca wrote:

You don't need this line.

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


More information about the cfe-commits mailing list