swift
8e0a2604 - [Sema]: Add Codable synthesis for enums with associated values (#34855)

Commit
5 years ago
[Sema]: Add Codable synthesis for enums with associated values (#34855) * [Sema]: Add Codable synthesis for enums with associated values * Incorporate review feedback for enum Codable synthesis * Implement enum specific versions of existing Codable tests * Encode parameterless enum cases as * Add test for overloaded case identifiers * Align code generation with latest proposal revision * Put enum codable derivation behind flag * clang-format sources * Address review feedback and fix tests * Add diagnostic for conflicting parameter identifiers * Restructure code after rebase
Author
Parents
Loading