[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
================
@@ -407,6 +407,18 @@ class Sema;
Third == ICK_Identity;
}
+ bool isPerfect(const ASTContext &C) const {
----------------
erichkeane wrote:
Still would like comments on these functions that say what 'perfect' means here.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list