Commit Graph

805 Commits

Author SHA1 Message Date
Doug Gregor
292f57a567 Revert "Add already-fixed test from rdar://problem/20549848."
This reverts r27824; it's redundant since the radar was a dupe.

Swift SVN r27828
2015-04-27 23:02:45 +00:00
Doug Gregor
dfd7ccbb5f Test case from rdar://problem/20588474.
Swift SVN r27826
2015-04-27 22:55:48 +00:00
Doug Gregor
d3d5e9bfd9 Add already-fixed test from rdar://problem/20549848.
Swift SVN r27824
2015-04-27 22:55:45 +00:00
Doug Gregor
78cc7b75f8 Basic support for typealiases in protocol extensions.
Handle substitutions properly when a typealias declared in a protocol
extension is used to satisfy an associated type requirement. Fixes
rdar://problem/20564605.

Swift SVN r27490
2015-04-20 20:19:03 +00:00
Doug Gregor
69718f77fa When failing to find a suitable type witness, always record ErrorType.
Fixes the crash in rdar://problem/20564378. In these cases, we end up
swallowing some diagnostics. That will be addressed in a subsequent
commit.

Swift SVN r27436
2015-04-17 18:11:35 +00:00