Commits

Xi Ge committed 5f8c122a79c
[CodeComplete] Perform function name lookup to complete unresolved members. For completing unresolved members, if constraint solver does not have solutions, we look up the function names appearing in the same line of the code completion tokens, and use their parameters that are of enum/optionset type to deliver the code completion results. Swift SVN r31256