[clang] [Clang] Bypass TAD during overload resolution if a perfect match exists (PR #136018)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 16 14:05:48 PDT 2025


================
@@ -5175,6 +5178,7 @@ FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS,
     if (!Best->FinalConversion.DirectBinding)
----------------
erichkeane wrote:

What about this 'if' here? Assert probably needs to be above this.

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


More information about the cfe-commits mailing list