================
@@ -256,6 +256,18 @@ class AnnotatingParser {
}
}
}
+ if (Style.isTableGen()) {
+ if (CurrentToken->isOneOf(tok::comma, tok::equal)) {
+ // They appears as a separator. Unless it is not in class definition.
----------------
HazardyKnusperkeks wrote:
```suggestion
// They appear as a separator. Unless it is not in class definition.
```
https://github.com/llvm/llvm-project/pull/80299
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits