[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
Tue Oct 3 11:05:04 PDT 2023


shafik updated this revision to Diff 557569.
shafik added a comment.

- Integrate fix from https://github.com/llvm/llvm-project/pull/67373


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

https://reviews.llvm.org/D148474

Files:
  clang/lib/Sema/SemaInit.cpp
  clang/lib/Sema/SemaTemplateInstantiate.cpp
  clang/test/SemaCXX/cxx1z-copy-omission.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148474.557569.patch
Type: text/x-patch
Size: 7547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20231003/b2ce4a44/attachment.bin>


More information about the cfe-commits mailing list