mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
We stumbled upon an old workaround that disabled the synthesis of Swift default expressions for C++ function parameters that don't have a name. This change removes the workaround. rdar://162310543