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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 15 07:41:46 PDT 2025


================
@@ -743,6 +759,13 @@ class Sema;
       Standard.setAllToTypes(T);
     }
 
+    /// A conversion sequence is perfect if
+    /// it is an identity conversion and
----------------
erichkeane wrote:

your formatting of this comment is a little weird re-newlines.

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


More information about the cfe-commits mailing list