================
@@ -7951,6 +7951,24 @@ TEST_F(FormatTest, AllowAllArgumentsOnNextLineDontAlign) 
{
                Input, Style);
 }
 
+TEST_F(FormatTest, BreakFunctionDefinitionParameters) {
----------------
HazardyKnusperkeks wrote:

As I understand you want this, so that you can put all arguments on a single 
line. My advice is put that in the tests also, so no one could break it by 
accident.

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

Reply via email to