mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Removed `parseConstructorArguments()`, unified with `parseSingleParameterClause()`. * Use `parseSingleParameterClause()` from `parseFunctionSignature()`, so that we can share the recovery code. * Removed `isFirstParameterClause` parameter from `mapParsedParameters`, because it's predictable from `paramContext`.