Commits

Dmitri Hrybenko committed 2bbef342f02
Code completion: refactor code completion callbacks so that actual name lookups happen after delayed parsing is finished. This ensures that the AST for delayed parsed code (for example, function body) is constructed. This is required for partial type checking of function bodies. Swift SVN r7010