Files
swift-mirror/lib/Sema/DerivedConformanceCodable.cpp
Doug Gregor ffe79e047f [Codable] Remove compiler hack faking conditional conformances.
The Codable synthesis code was checking the conditional requirements of
Optional/Array/Set/Dictionary's Codable conformances, which had to be
unconditional. Now that they are properly conditional conformances, we
no longer need the hack.

Thanks to @itaiferber for pointing this out!
2017-11-30 11:47:12 -08:00

56 KiB