================ @@ -8913,6 +8915,9 @@ bool Sema::CheckExplicitlyDefaultedComparison(Scope *S, FunctionDecl *FD, // Perform any unqualified lookups we're going to need to default this // function. + if (!S) ---------------- erichkeane wrote:
This doesn't align right with the comment. This probably needs a comment itself as well. https://github.com/llvm/llvm-project/pull/166996 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
