mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -803,11 +803,6 @@ ASTUnitRef ASTProducer::createASTUnit(SwiftASTManager::Implementation &MgrImpl,
|
||||
for (auto &Content : Contents) {
|
||||
if (Content.Snapshot)
|
||||
ASTRef->Impl.Snapshots.push_back(Content.Snapshot);
|
||||
|
||||
if (TracedOp.enabled()) {
|
||||
TraceInfo.addFile(Content.Buffer->getBufferIdentifier(),
|
||||
Content.Buffer->getBuffer());
|
||||
}
|
||||
}
|
||||
auto &CompIns = ASTRef->Impl.CompInst;
|
||||
auto &Consumer = ASTRef->Impl.CollectDiagConsumer;
|
||||
|
||||
Reference in New Issue
Block a user