Commits

Joe Groff committed cfcb6ea50ef
PrintAsObjC: Handle new upper bounds of Array/Dictionary/Set correctly. We would crash because 'Any' doesn't have a corresponding bridged type through the normal bridging mechanism. Handle this correctly, and correctly recognize 'AnyHashable' and 'Any' as the upper bounds of Dictionary, Set, and Array so we present the unqualified NS types in the generated header.