[clang] [clang-format] Change BinPackParameters to an enum to add a BreakAlways (PR #101882)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 17 02:28:34 PDT 2024
================
@@ -1978,6 +1978,25 @@ inline bool continuesLineComment(const FormatToken &FormatTok,
FormatTok.OriginalColumn >= MinContinueColumn;
}
+// Returns \c true if \c Current starts a new parameter.
+static bool startsNextParameter(const FormatToken &Current,
----------------
owenca wrote:
```suggestion
bool startsNextParameter(const FormatToken &Current,
```
https://github.com/llvm/llvm-project/pull/101882
More information about the cfe-commits
mailing list