[CodeCompletion] The second step to complete @availability. Adding the second

or the later parameters in this attribute. rdar://19541135

Swift SVN r25762
This commit is contained in:
Xi Ge
2015-03-04 20:55:30 +00:00
parent 9e7471d68b
commit e71588a414
6 changed files with 75 additions and 11 deletions

View File

@@ -60,6 +60,8 @@ static std::string toInsertableString(CodeCompletionResult *Result) {
case CodeCompletionString::Chunk::ChunkKind::CallParameterName:
case CodeCompletionString::Chunk::ChunkKind::CallParameterInternalName:
case CodeCompletionString::Chunk::ChunkKind::CallParameterColon:
case CodeCompletionString::Chunk::ChunkKind::DeclAttrParamKeyword:
case CodeCompletionString::Chunk::ChunkKind::DeclAttrParamEqual:
case CodeCompletionString::Chunk::ChunkKind::CallParameterType:
case CodeCompletionString::Chunk::ChunkKind::CallParameterClosureType:
case CodeCompletionString::Chunk::ChunkKind::OptionalBegin: