Commits
John McCall committed 23b224a655e
Change the type importer to import types abstractly first, and only later adjust the type for the manner in which it is actually being used. This gives us a foundation on which to build a consistent and defensible model for importing typedefs. Also fix a subtle problem with typedefs imported from multiple clang modules. Swift SVN r17079