Commits

Joe Groff committed fb7fb33be64
Sema: Synthesize raw type methods for enums. If an enum has a valid raw type, synthesize a RawType associated type along with fromRaw and toRaw methods. An implicit conformance to RawRepresentable is not yet set up. This synthesis may need to be done earlier in order for the names to be available during type-checking of definitions in the enum too. Swift SVN r8890