Wrong error message is fixed and a note of argument is printed.
Tests are added in llvm/test/TableGen/template-args.td.
Paths
| Differential D156966
[TableGen] Improve error report of unspecified arguments ClosedPublic Authored by wangpc on Aug 3 2023, 12:00 AM.
Details Summary Wrong error message is fixed and a note of argument is printed. Tests are added in llvm/test/TableGen/template-args.td.
Diff Detail
Event TimelineComment Actions LGTM, thanks for the quick fix!
This revision is now accepted and ready to land.Aug 3 2023, 12:39 AM Comment Actions Thanks!
Closed by commit rGeb6987027e05: [TableGen] Improve error report of unspecified arguments (authored by wangpc). · Explain WhyAug 3 2023, 2:22 AM This revision was automatically updated to reflect the committed changes. wangpc marked an inline comment as done.
Revision Contents
Diff 546721 llvm/lib/TableGen/TGParser.cpp
llvm/test/TableGen/template-args.td
|
Just for my understanding, was it decided that :: would mean things in a multiclass? As opposed to single : in a normal class.