[PATCH] D109359: [TableGen] Emit a warning for unused template args
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 04:51:05 PDT 2021
c-rhodes added a comment.
In D109359#3099012 <https://reviews.llvm.org/D109359#3099012>, @RKSimon wrote:
> Are there any more show stoppers for this?
I don't believe so, as of yesterday all warnings have now been fixed. I've updated the patch to enable the warning by default in TableGen with a flag to explicitly disable it. Compiled/tested for projects `clang;llvm;libc;lld;lldb;mlir` on all targets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109359/new/
https://reviews.llvm.org/D109359
More information about the llvm-commits
mailing list