Commits

Jordan Rose committed 02892a04124
[PrintAsObjC] Handle UInt by printing it as NSUInteger. This is a bit ironic considering we're importing NSUInteger as Int rather than UInt, but Swift should never be using the headers it prints anyway. Swift SVN r14088