mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-23 21:36:06 +00:00

I keep getting these warnings when building with clang-17: `warning: 'StaticDescriptor' may not intend to support class template argument deduction [-Wctad-maybe-unsupported]` This change should help avoiding them.