Commit Graph

2 Commits

Author SHA1 Message Date
Slava Pestov
9cff70a00a More robust IRGen tests
Fixes <rdar://problem/20812052>

Swift SVN r28197
2015-05-06 04:04:42 +00:00
Slava Pestov
af5fb8a7b0 Fix conformances when calling protocol extension method with constraints
We need to use the constrants from the extension, otherwise we might
pass in the wrong witness method table at the call site, among other
problems.

Fixes rdar://problem/20532214.

Swift SVN r27585
2015-04-22 17:18:45 +00:00