[CodeComplete] Add type relation descriptor when completing return statement. rdar://22788321

Swift SVN r32125
This commit is contained in:
Xi Ge
2015-09-21 21:18:26 +00:00
parent c9f43c824c
commit dfc48c8aee
5 changed files with 47 additions and 0 deletions

View File

@@ -421,6 +421,7 @@ enum class CompletionKind {
PoundAvailablePlatform,
AssignmentRHS,
CallArg,
ReturnStmtExpr,
};
/// \brief A single code completion result.