================
@@ -407,6 +407,18 @@ class Sema;
Third == ICK_Identity;
}
+ bool isPerfect(const ASTContext &C) const {
----------------
erichkeane wrote:Still would like comments on these functions that say what 'perfect' means here. https://github.com/llvm/llvm-project/pull/133426 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
