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 Paul-C-Anagnostopoulos on Jan 11 2021, 6:52 AM. Authored by
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.