[llvm-branch-commits] [MLIR] Fix -Wunused-template (PR #221480)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Sep 5 11:47:06 PDT 2026


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/221480

This warning was enabled by default for clang 23 (although reverted in
23.1.1). Given someone might enable it in the future and the cleanup
seemed nice, we should just do it.

This was done primarily by removing static from templates in headers and
then deleting any unused templates in translation units.





More information about the llvm-branch-commits mailing list