[PATCH] D148474: [Clang] Fix ResolveConstructorOverload to not select a conversion function if we are going use copy elision

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 20:41:29 PDT 2023


shafik 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 during check-all:

I seem to be seeing the same issue with my build as well. Let me debug it and see if I can figure out what changed since I first worked on this and adjust.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148474/new/

https://reviews.llvm.org/D148474



More information about the cfe-commits mailing list