Skip to content
Commit b37c9af7 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

When producing overload candidates for binary built-in operators, keep

the sets of available conversions for the first and second arguments
separate. This is apparently the indent of C++ [over.built], and
reduces the number of overload candidates generated, eliminating some
ambiguities. Fixes PR8477.

llvm-svn: 118178
parent 7d0ac84a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment