================ @@ -507,6 +507,41 @@ static bool HasNoThrowOperator(CXXRecordDecl *RD, OverloadedOperatorKind Op, return false; } +static bool EqualityComparisonIsDefaulted(Sema &S, const TagDecl *Decl, ---------------- tbaederr wrote:
```suggestion static bool equalityComparisonIsDefaulted(Sema &S, const TagDecl *Decl, ``` https://github.com/llvm/llvm-project/pull/169079 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
