Clang 21 adds a new diagnostic, which emits a warning when an uninitialized variable is passed by a const pointer: https://github.com/llvm/llvm-project/pull/148337. This causes a number of warnings in our tests, mostly in tests where cases where passed value doesn't matter.