mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Instead of serializing the input type of a function type, which is a TupleType or ParenType, serialize the individual parameters instead. This means that we no longer need to serialize TupleTypes or ParenTypes with custom flags, nor do we ever serialize standalone InOutTypes, so all of that can be removed.
50 KiB
50 KiB