[PATCH] D74009: [clang] Improve diagnostic note for implicit conversions that are disallowed because they involve more than one user-defined conversion.
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 4 17:17:42 PST 2020
jkorous added a reviewer: jkorous.
jkorous added a comment.
Herald added a subscriber: dexonsmith.
Hi @logan-5!
I suggest you split the patch into two smaller ones so it is easier to review.
1. A NFC patch with refactoring of the interface (`bool` -> `UserDefinedConversionsKind`).
2. Patch that introduces and uses `diag::note_ovl_candidate_bad_user_defined_conv`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74009/new/
https://reviews.llvm.org/D74009
More information about the cfe-commits
mailing list