SpringsUp
f9af1257ef
Tighter type-checking of enums with synthesized RawRepresentable
...
conformance
Fixes SR-2134
2016-08-22 22:49:48 +02:00
Doug Gregor
823c24b355
[SE-0112] Rename ErrorProtocol to Error.
...
This is bullet (5) of the proposed solution in SE-0112, and the last
major piece to be implemented.
2016-07-12 10:53:52 -07:00
Dmitri Gribenko
feacbc4433
Rename ErrorType to ErrorProtocol
2015-12-09 17:12:19 -08:00
Doug Gregor
fab5e741bd
Unrevert "Sema: Make derived conformances work from extensions"
...
Update IRGen test for 32/64-bit differences.
Swift SVN r28988
2015-05-24 17:55:42 +00:00
Ted Kremenek
a575727a2b
Revert "Sema: Make derived conformances work from extensions"
...
Speculatively revert; this looks like it is breaking the iOS bots.
Swift SVN r28963
2015-05-23 15:26:55 +00:00
Slava Pestov
9388a955dc
Sema: Make derived conformances work from extensions
...
This is more complex than it could be if ExtensionDecl and NominalTypeDecl
had a common ancestor in the Decl hierarchy, however this is not possible
right now because TypeDecl inherits from ValueDecl.
Fixes <rdar://problem/20981254>.
Swift SVN r28941
2015-05-23 01:21:10 +00:00