Commits

Dmitri Hrybenko committed 06b3372c1b8
Type checker: don't add FuncExprs without a body to ExprPrePassWalker This is a simple optimization that decreases the amount of work for the type checker when code completion drops all function bodies but one. Swift SVN r7063