Commits

Dmitri Hrybenko committed 2786c30dd88
Code completion: add a parser hook to inform code completion about generic parameters while parsing the function signature. Generic parameters are not accessible at that time through the AST node, because the FuncDecl AST node was not constructed yet. Swift SVN r7222