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

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 19 09:17:45 PDT 2025


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

I was suggesting to use the tests in either `overload-decl.cpp` or `conditional-expr.cpp` to get us into the `ICS1.isUserDefined()` branch and then play with the canonical decls to trigger the issue outside modules.

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


More information about the cfe-commits mailing list