[PATCH] D148474: [Clang] Fix ResolveConstructorOverload to not select a conversion function if we are going use copy elision
Dimitry Andric via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 09:38:45 PDT 2023
dim added a comment.
In D148474#4490041 <https://reviews.llvm.org/D148474#4490041>, @dim wrote:
> FWIW, this fix works for the test cases I had via https://bugs.freebsd.org/269067 and https://github.com/llvm/llvm-project/issues/60182, but I got the following failure
This was with `llvmorg-17-init-17477-ab7ef28eebf` (rG3ab7ef28eebf <https://reviews.llvm.org/rG3ab7ef28eebf9019eb3d3c4efd7ebfd160106bb1>), by the way.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148474/new/
https://reviews.llvm.org/D148474
More information about the cfe-commits
mailing list