Commits

Jordan Rose committed d7b3b6a4626
Validate the "renamed" argument to @available. It should have the same form as the argument to NS_SWIFT_NAME in Objective-C, except that it permits operators and (currently) disallows instance members and properties. We do get to share the same parsing code, at least. This actually caught an error in the Foundation overlay! Groundwork for SR-1008.