fixes https://github.com/llvm/llvm-project/issues/96205 The cause is that some `Conversions[ConvIdx]` here is not initializedeb76bc38ff/clang/lib/Sema/SemaOverload.cpp (L7888-L7901)and we do not check whether `Cand->Conversions[I]` is initialized or not here.eb76bc38ff/clang/lib/Sema/SemaOverload.cpp (L12148-L12158)
400 B
400 B