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

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 17 12:52:31 PDT 2025


================
@@ -148,6 +160,24 @@ class AnnotatingParser {
     }
   }
 
+  const FormatStyle::FunctionDeclarationWithKeywords *
+  isInsideFunctionWithKeywordedParameters(const FormatToken &Token) const {
----------------
HazardyKnusperkeks wrote:

The name is misleading, I'd expect a `bool`ean return value with this name.

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


More information about the cfe-commits mailing list