[clang] [Clang][RFC] Bypass TAD during overload resolution if a perfect match exists (PR #133426)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 15 14:57:07 PDT 2025
================
@@ -979,6 +995,20 @@ class Sema;
return false;
}
+ bool isPerfectMatch(const ASTContext &Ctx) const {
----------------
cor3ntin wrote:
Does the comment help?
The intent is to mirror an "exact match".
I hope we can eventually add standard wording references when we get them.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list