This is an archive of the discontinued LLVM Phabricator instance.

Use the correct from type in a SCS
ClosedPublic

Authored by ehsan on Jul 6 2014, 12:16 PM.

Details

Summary

If during constructing a standard conversion sequence, we resolve an
overload, we need to adjust the from type in the SCS according to the
resolved operator.

I found this bug when debugging PR20218. It doesn't completely fix that
test case though.

Diff Detail

Repository
rL LLVM

Event Timeline

ehsan updated this revision to Diff 11107.Jul 6 2014, 12:16 PM
ehsan retitled this revision from to Use the correct from type in a SCS.
ehsan updated this object.
ehsan edited the test plan for this revision. (Show Details)
ehsan added a reviewer: doug.gregor.
ehsan added a subscriber: Unknown Object (MLST).
ehsan closed this revision.Jul 22 2014, 1:29 PM
ehsan updated this revision to Diff 11777.

Closed by commit rL213680 (authored by @ehsan).