Commits

Joe Groff committed 6df319ab8ee
Update PointerIntPairs to use enum class members. LLVM r179073 fixed PointerIntPair to work with an enum class as the IntType member, so we can kill some boilerplate in a few type implementations that were explicitly casting to unsigned to work around PointerIntPair's limitations. Swift SVN r4652