logan-5 added a comment.

In D74009#1858353 <https://reviews.llvm.org/D74009#1858353>, @rsmith wrote:

> Have you looked into whether you can defer the check for conversion via 
> multiple user-defined conversions until we come to call 
> `CompleteNonViableCandidate` after finding no viable functions?


That's a good idea, and does seem more efficient than checking for multiple 
conversions every time. I'll look into that, and also split this patch into two 
as @jkorous suggested.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74009/new/

https://reviews.llvm.org/D74009



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to