[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
Mon Apr 14 06:55:13 PDT 2025
================
@@ -407,6 +407,18 @@ class Sema;
Third == ICK_Identity;
}
+ bool isPerfect(const ASTContext &C) const {
----------------
erichkeane wrote:
I would LOVE a comment here, the implementation isn't particularly clear what is going on here.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list