This revision improves the error message resulting from a braced body followed by a semicolon, in defs, classes, and multiclasses.
def foo {
...
};
Differential D94412
[TableGen] Improve error message for semicolon after braced body Authored by Paul-C-Anagnostopoulos on Jan 11 2021, 6:52 AM.
Details This revision improves the error message resulting from a braced body followed by a semicolon, in defs, classes, and multiclasses. def foo { ... };
Diff Detail
Event Timeline
| ||||||
I don't think there should be a comma between two choices.