Commits

Joe Groff committed a81cc38baff
ClangImporter: Run imported types thru TypeChecker 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