Commits

Jordan Rose committed 3d9d0a3c909
Allow nested names in @available(*, renamed:"..."). (#2722) This can be used as QoI for things like 'NSASCIIStringEncoding', which is going to canonically be `String.Encoding.ascii` if/when SE-0086 is accepted. We can't actually handle this in NS_SWIFT_NAME (that is, we can't /import/ something onto a nested type), but that's okay: we already have stricter limitations on NS_SWIFT_NAME enforced by Clang. rdar://problem/26352374