Merge remote-tracking branch 'origin/swift-3-api-guidelines' into swift-3-omit-needless-words

This commit is contained in:
Doug Gregor
2015-12-15 17:11:37 -08:00
4692 changed files with 19945 additions and 13449 deletions

View File

@@ -12,7 +12,7 @@ import Foundation
@_silgen_name("srandomdev") func srandomdev()
protocol TestableUnicodeCodec : UnicodeCodecType {
typealias CodeUnit : IntegerType
typealias CodeUnit : Integer
static func encodingId() -> NSStringEncoding
static func name() -> NSString
}