Commits

Jordan Rose committed 7d1c35f8597
Don't immediately type-check synthesized RawRepresentable functions for enums. Before, the synthesized bodies were immediately fed into the type-checker. However, it's possible the bodies could reference something that hasn't yet been deserialized. Type-check them along with other implicitly-generated declarations at the end of type-checking. Swift SVN r11217