Commits

Chris Lattner committed 7249239ccd3
Fix some issues where ScopeInfo::addTypeAliasToScope would return an existing definition (in the redefinition error case) and then clients didn't check to see if the typealias was already filled in. They would just clobber an existing typealias. Solve this by ensuring that addTypeAliasToScope always returns a new decl. Swift SVN r1000