[PATCH] D53417: [Clang][Sema][PowerPC] Choose a better candidate in overload function call if there is a compatible vector conversion instead of ambiguous call error
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 8 21:01:25 PST 2018
hubert.reinterpretcast added a comment.
> some test points check the error report for ambiguous call because of too many implicit cast choices from ext_vector_type to vector type.
It appears the answer is to update these tests and remove the restriction on the type class.
https://reviews.llvm.org/D53417
More information about the cfe-commits
mailing list