================
@@ -579,14 +589,14 @@ static unsigned AlignTokens(const FormatStyle &Style, F 
&&Matches,
     if (CurrentChange.Tok->isNot(tok::comment))
       LineIsComment = false;
 
-    if (!SimpleCheck) {
+    if constexpr (Strategy == AlignStrategy::Normal) {
----------------
owenca wrote:

```suggestion
    if (Strategy == AlignStrategy::Normal) {
```

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

Reply via email to