mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Types synthesized by the ClangImporter need to be visited at a minimum by TypeChecker::validateTypeSimple in order to set up generic substitutions and protocol conformances, so arrange for the ClangImporter to pile all of its emitted types into a list that can then be walked by the TypeChecker. Swift SVN r3901