Commits

Joe Groff committed 4ff8cd27dda
IRGen: Abstract out an "unknown refcounted" concept. In the implementation of class-bounded archetypes and existentials, instead of referring to ObjC pointer types and retain/release operations directly, use an 'UnknownRefCountedPtrTy' and 'emitUnknownRetain/Release' functions. Swift SVN r5619