[PATCH] D94412: [TableGen] Improve error message for semicolon after braced body
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 16:02:20 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/TableGen/spurious-semi.td:22
+
+// ERROR1: error: A class or def body does not end with a semicolon
+// ERROR1: Semicolon ignored
----------------
I thought we change the error message to say "should not"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94412/new/
https://reviews.llvm.org/D94412
More information about the llvm-commits
mailing list