Commits

Joe Groff committed 25fa3f399ae
Sema: Diagnose ambiguous member references devoid of context. Handle an UnresolvedDot in the fallback case of the constraint solver where there are no active constraints but the system is ambiguous. Fixes the common case of 'Array.map' taking down SourceKit halfway through typing an expression. <rdar://problem/17125912> Swift SVN r20450