================ @@ -473,10 +478,14 @@ AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, // When RightJustify and ACS.PadOperators are true, operators in each block to // be aligned will be padded on the left to the same length before aligning. // -// The simple check will not look at the indentaion and nesting level to recurse -// into the line for alignment. It will also not count the commas. This is e.g. -// for aligning macro definitions. -template <typename F, bool SimpleCheck = false> +// For the Macro or CaseX strategy we will not look at the indentaion and ---------------- owenca wrote:
```suggestion // For the Macro or CaseBody strategy we will not look at the indentaion and ``` https://github.com/llvm/llvm-project/pull/187811 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
