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

Reply via email to