Commits

Doug Gregor committed 7cc1b6341e7
Map 64-bit anonymous enums and their enumerators to Int. Following up on the NS(U)Integer -> Int mapping change, also map 64-bit anonymous enums and their enumerators to Int rather than directly mapping the underlying integer type. This improves interoperability with NSInteger types, allowing (e.g.) comparisons of NSIntegers to NSNotFound. Swift SVN r4089