================
@@ -2450,9 +2451,85 @@ struct FormatStyle {
     BBO_RespectPrecedence
   };
 
+  /// A rule that specifies how to break a specific set of binary operators.
+  /// \version 23
+  struct BinaryOperationBreakRule {
+    /// The list of operator token kinds this rule applies to.
----------------
HazardyKnusperkeks wrote:

You need to differentiate between user (of `.clang-format`) facing 
documentation and developer facing documentation.

https://github.com/llvm/llvm-project/pull/181051
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to