[PATCH] D95874: [TableGen] Temporary hack to add type checking for multiclass template arguments [DO NOT COMMIT]
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 6 10:41:06 PST 2021
RKSimon added a comment.
Cheers - something that came up on D96205 <https://reviews.llvm.org/D96205> was whether it would be possible to report when a class was over generalized - when all instances used more specific classes than the parent class that the template specified.
Would it be easy to report when a more specific class could be used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95874/new/
https://reviews.llvm.org/D95874
More information about the llvm-commits
mailing list