[PATCH] D74116: [Sema][C++] Strawman patch to propagate conversion type in order to specialize the diagnostics

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 09:49:28 PST 2020


rjmccall added a comment.

This shouldn't be an expensive function call, and being a little inefficient on the error path to get better diagnostics is a good trade-off.


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

https://reviews.llvm.org/D74116





More information about the cfe-commits mailing list