[clang] [clang-format] add option to control bin-packing keyworded parameters (PR #131605)

Eugene Shalygin via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 28 06:15:50 PDT 2025


================
@@ -29102,6 +29102,65 @@ TEST_F(FormatTest, BreakBeforeClassName) {
                "    ArenaSafeUniquePtr {};");
 }
 
+TEST_F(FormatTest, FunctionDeclarationWithKeywords) {
----------------
zeule wrote:

Done, thanks.

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


More information about the cfe-commits mailing list