[PATCH] D74238: [clang] Improve diagnostic note for implicit conversion sequences that would work if more than one implicit user-defined conversion were allowed.

Logan Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 5 16:45:13 PDT 2020


logan-5 abandoned this revision.
logan-5 added a comment.

@rsmith the intention is to only speculatively search one level deep (e.g. search for chains like A->B, B->C, but no deeper), which should cover most of the cases that are surprising to users.

However, the implementation of this patch has some issues, and it doesn't work quite how I intended. I still like the idea and I'd like to revisit it, but pondering how to get it to work properly is more than I have time for at the moment, with all the craziness in the world. So in the meantime, I'd like to withdraw it--I'll mark it and its related patches as 'abandoned'. Thanks very much for your time considering it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74238





More information about the cfe-commits mailing list