================
@@ -16339,7 +16345,7 @@ TEST_F(FormatTest, ConfigurableSpaceBeforeParens) {
 
   verifyFormat("int f();", SpaceFuncDef);
   verifyFormat("void f (int a, T b) {}", SpaceFuncDef);
-  verifyFormat("A::A () : a(1) {}", SpaceFuncDef);
+  verifyFormat("A::A() : a(1) {}", SpaceFuncDef);
----------------
owenca wrote:

The space was inserted in 086305120887 because ctors/dtors were annotated as 
`FunctionDeclarationName`. Now that we annotate them as `CtorDtorDeclName`, 
they are no longer functions.

https://github.com/llvm/llvm-project/pull/67955
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to