Commits

Jordan Rose committed a493410402a
[ClangImporter] Map MacTypes.h's ItemCount and ByteCount to Swift.Int. typedef unsigned long ByteCount; typedef unsigned long ItemCount; Both of these are still in use by CoreMIDI, but we don't have a reason to keep them distinct in Swift. rdar://problem/19939552 Swift SVN r25529