mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:10:14 +01:00
This is firing on some of our _used_ templates in eval.cpp in clang-tidy 24 It was coming to `-Wall` for clang as well (https://github.com/llvm/llvm-project/issues/202945) but was reverted due to issues like false positives (https://github.com/llvm/llvm-project/pull/218638). Some fixes were applied to try enable in `-Wall` in clang 23 (https://github.com/llvm/llvm-project/pull/222336) but it still remains disabled by default for clang.