Commits

Joe Groff committed 93d2d299fd1
ClangImporter: Fix handling of 'id' typedefs to drop the typedef. The code added here to introduce an unavailable typealias accidentally returned the typealias, causing us to import all 'id's as Any even in unbridgeable positions, using the 'id' alias as their sugar name instead of 'Any'.