mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -125,7 +125,6 @@ static Module *makeTU(ASTContext &ctx, AccessPathElem moduleID,
|
||||
} while (BufferOffset != Buffer->getBufferSize());
|
||||
}
|
||||
|
||||
performNameBinding(TU);
|
||||
performTypeChecking(TU);
|
||||
|
||||
return TU;
|
||||
|
||||
Reference in New Issue
Block a user