Commits

Xi Ge committed 3865a6a0371
[CodeComplete] Add type relation enum to the code completion results. We use an enum to describe the relationship between a code completion result and the expected type at the code completion site. We can use this relationship to prioritize candidates on the SourceKit side. Swift SVN r31371