Commits

Doug Gregor committed 9453e8e4b8d
Eliminate ExprPrePassWalker. Completely eliminate the relatively-early "pre pass" over the entire AST that served only to find function bodies. Let the type checker find and record the function bodies, just like it records the functions it implicitly defines. Swift SVN r7091