mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 05:26:07 +00:00

C++23 will make these conversions ambiguous - so fix them to make the codebase forward-compatible with C++23 (& a follow-up change I've made will make this ambiguous/invalid even in <C++23 so we don't regress this & it generally improves the code anyway)