================
@@ -272,6 +274,14 @@ void FormatTokenLexer::tryMergePreviousTokens() {
       return;
     }
   }
+  if (Style.isTableGen()) {
+    if (tryMergeTokens({tok::l_square, tok::l_brace},
----------------
HazardyKnusperkeks wrote:

```suggestion
  if (Style.isTableGen() && tryMergeTokens({tok::l_square, tok::l_brace},
```

https://github.com/llvm/llvm-project/pull/78032
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to