"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e2eec3c52b87eb12fc6a90905b18b9181631deb0"
Fix a bug I found while preparing my devmtg talk: When passing NULL to a
function that takes a const Foo&, where Foo is convertible from a large number of pointer types, we print ALL the overloads, no matter the setting of -fshow-overloads. There is potential follow-on work in unifying the "print candidates, but not too many" logic between OverloadCandidateSet::NoteCandidates and ImplicitConversionSequence::DiagnoseAmbiguousConversion. llvm-svn: 167596
Loading
Please register or sign in to comment