[clang] [clang-format] Add ApplyAlwaysOnePerLineToTemplateArguments option (PR #137544)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 27 15:17:35 PDT 2025


================
@@ -186,6 +186,9 @@ class AnnotatedLine {
   bool MightBeFunctionDecl;
   bool IsMultiVariableDeclStmt;
 
+  /// \c True if this token is part o a template declaration.
+  bool InTemplateDecl = false;
----------------
HazardyKnusperkeks wrote:

A leftover?

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


More information about the cfe-commits mailing list