Merge pull request #35441 from bnbarham/allow-delayed-parsing-with-interface-hash

[Parser] Keep delayed body parsing even with interface hash generation
This commit is contained in:
Ben Barham
2021-01-16 13:25:38 +10:00
committed by GitHub

View File

@@ -2386,8 +2386,6 @@ bool SourceFile::hasDelayedBodyParsing() const {
// Not supported right now.
if (Kind == SourceFileKind::SIL)
return false;
if (hasInterfaceHash())
return false;
if (shouldCollectTokens())
return false;
if (shouldBuildSyntaxTree())