Commits

Doug Gregor committed 8d2142dcd0f
Tweak the "uses Objective-C allocation" predicate. We use Objective-C allocation for classes whose root was defined in Objective-C. Any Swift class whose root is defined in Swift will use Swift's allocation routines instead. Plus some minor cleanup in advance of implementing -dealloc. Swift SVN r12104