================
@@ -8262,6 +8262,8 @@ class DefaultedComparisonAnalyzer
     ///   resolution [...]
     CandidateSet.exclude(FD);
 
+   auto &Fns = this->Fns;
----------------
Sirraide wrote:

What does this even do? Before this line, `Fns` is an lvalue equivalent to 
`this->Fns`; after this line, `Fns` is ... an lvalue that aliases `this->Fns`?

https://github.com/llvm/llvm-project/pull/166996
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to