[clang] [Sema] Compare canonical conversion function (PR #154158)

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 19 07:23:46 PDT 2025


================
@@ -0,0 +1,143 @@
+// RUN: rm -rf %t
----------------
hahnjo wrote:

It is the smallest reproducer we have for the moment. It cannot be integrated into `overload-decl.cpp` because we need modules to trigger deserialization and have overload resolution find different `FunctionDecl`s between constructing the conversion sequence for the copy and the move assignment.

https://github.com/llvm/llvm-project/pull/154158


More information about the cfe-commits mailing list