[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 07:40:18 PDT 2025


================
@@ -3146,6 +3146,45 @@ struct FormatStyle {
   /// \version 16
   IntegerLiteralSeparatorStyle IntegerLiteralSeparator;
 
+  /// Function-like declaration with keyworded parameters.
+  /// Lists possible keywords for a named macro-like function
----------------
zeule wrote:

Lists possible keywords for a named function-like macro.

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


More information about the cfe-commits mailing list