[PATCH] D156966: [TableGen] Improve error report of unspecified arguments

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 00:39:43 PDT 2023


DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.

LGTM, thanks for the quick fix!



================
Comment at: llvm/test/TableGen/template-args.td:166
+defm error9: MC1;
+// ERROR9: value not specified for template argument 'MC1::nm'
+// ERROR9: 99:23: note: declared in 'MC1'
----------------
Just for my understanding, was it decided that `::` would mean things in a multiclass? As opposed to single `:` in a normal class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156966/new/

https://reviews.llvm.org/D156966



More information about the llvm-commits mailing list