Commits

Joe Groff committed a15d93ff098
Sema: Handle ErrorType synthesis for empty enums. A "switch" can't be empty, so special-case the 'code' implementation for an empty ErrorType to just return zero. It doesn't really matter what the value is since the enum can't be instantiated. Swift SVN r26992