Commits

Dmitri Hrybenko committed bea606fc4be
CodeCompletionString: replace CallParameter*Annotation chunks with an "IsAnnotation" flag on the Chunk. This flag is also set on the TypeAnnotation chunk. This revised design makes it easy for the client to find out if a particular chunk should be inserted into the editor buffer or not. Swift SVN r6809