================ @@ -76,26 +127,16 @@ struct FormatStyle { /// argument2); /// \endcode BAS_DontAlign, - /// Always break after an open bracket, if the parameters don't fit - /// on a single line, e.g.: - /// \code - /// someLongFunction( - /// argument1, argument2); - /// \endcode + /// This is **deprecated**. See ``BreakAfterOpenBracketBracedList``, + /// ``BreakAfterOpenBracketFunction``, ``BreakAfterOpenBracketIf``, + /// ``BreakAfterOpenBracketLoop``, ``BreakAfterOpenBracketSwitch``. BAS_AlwaysBreak, ---------------- gedare wrote:
I guess this would break every build, I don't know if there's a decent way to provide backward compatibility for parsing `Align` and `DontAlign`. Maybe it is better to keep the `enum` intact? https://github.com/llvm/llvm-project/pull/108332 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits