================
@@ -8262,6 +8262,8 @@ class DefaultedComparisonAnalyzer
/// resolution [...]
CandidateSet.exclude(FD);
+ auto &Fns = this->Fns;
----------------
erichkeane wrote:This has 2 problems: First, it is horrifyingly subtle (with the shadowing). Second, you have to use the type here. https://github.com/llvm/llvm-project/pull/166996 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
