================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to