[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
----------------
erichkeane wrote:
this comment is good here, add to 410 would be nice as well.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list