Commits

Xi Ge committed 65ce0a36b8a
[CodeComplete] Add type relation descriptor to member access syntax. rdar://22629291 By analyzing the context of a member access expression, we can prioritize the member completion results by the expected type. As the initial step, we support call arguments as context. Swift SVN r31837