Commits

Doug Gregor committed 78f98b7cd7e
Start relying on bound declarations in resolveTopLevelIdentTypeComponent(). Whenever we successfully resolve a top-level name to a type declaration, set the bound declaration before returning the type, and then use the normal bound-declaration path to resolve the type. Part of eliminating Types from TypeReprs. Swift SVN r32395