Commits

Joe Groff committed 08f9f119651
IRGen: Map Int and UInt to Clang types via NS[U]Integer. If NSInteger and NSUInteger typedefs are available in the current Clang context, use them when mapping Swift's Int and UInt to Clang types. This gives us consistent method and property type encodings for @objc methods with Clang, fixing rdar://problem/17506068.