Every client that does type checking also does name binding. Doug wants to pull the later into

the former anyway, so simplify the clients by not exposing name binding to them.


Swift SVN r5903
This commit is contained in:
Chris Lattner
2013-06-30 18:05:21 +00:00
parent dad8895bf3
commit 1c0a1c4953
4 changed files with 7 additions and 6 deletions

View File

@@ -125,7 +125,6 @@ static Module *makeTU(ASTContext &ctx, AccessPathElem moduleID,
} while (BufferOffset != Buffer->getBufferSize());
}
performNameBinding(TU);
performTypeChecking(TU);
return TU;