[PATCH] D109359: [TableGen] Optionally emit a warning for unused template args
Chris Lattner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 10:24:07 PDT 2021
lattner added a comment.
This is a really great feature, my suggestions:
1. We should clean up the existing warnings before landing this patch.
2. This should be on for LLVM when it lands, and we should remove the -W flag that controls it after the rest of the ecosystem (MLIR etc) has a chance to adapt to this.
I love this!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109359/new/
https://reviews.llvm.org/D109359
More information about the llvm-commits
mailing list