Commits

Joe Groff committed dc2ad382a2e
Serialization: Serialize the raw values of @objc enums. This is necessary for @objc enums because, for C compatibility, the representations of the cases must match their raw values. We might want to do this for sufficiently fragile Swift enums in the future too, but that can wait. This lets us successfully print the raw values as ObjC. Swift SVN r23423