Commits

Doug Gregor committed a04776044e3
Teach the import mechanism that it's rude to parse the same library multiple times, as well as teaching the name lookup mechanism that it's similarly rude to report ambiguous results because it searched the same import twice. Fixes <rdar://problem/11287213>. Yes, this is a bit of an ugly hack. Swift SVN r1610