[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


================
@@ -979,6 +995,20 @@ class Sema;
       return false;
     }
 
+    bool isPerfectMatch(const ASTContext &Ctx) const {
----------------
erichkeane wrote:

`isPerfect` vs `isPerfectMatch` are... confusing.  Work to make these easier to understand together would be appreciated.

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


More information about the cfe-commits mailing list