================ @@ -507,6 +507,41 @@ static bool HasNoThrowOperator(CXXRecordDecl *RD, OverloadedOperatorKind Op, return false; } +static bool EqualityComparisonIsDefaulted(Sema &S, const TagDecl *Decl, ---------------- tbaederr wrote:
Yes, the code base is terribly inconsistent about this. But camelCase is the currently correct style. This is the only function you're introducing, so I'd leave the others alone. https://github.com/llvm/llvm-project/pull/169079 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
