[clang] [clang-format] add option to control bin-packing keyworded parameters (PR #131605)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 13:07:59 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
----------------
HazardyKnusperkeks wrote:
```suggestion
/// Lists possible keywords for a named macro-like function.
```
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list