Commits

Dmitri Hrybenko committed f9fa6aa8fce
Code completion: insert a zero character into the buffer to mark the code completion token This is required to handle cases like fooObject.#^A^#.bar where code completion is invoked inside the ".." token. Previously, the token would not be split and the lexer would produce an incorrect tokenization for this case. Now we produce ".", tok::code_complete, ".". Swift SVN r6635