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:
@@ -1863,8 +1863,7 @@ void SwiftEditorDocument::readSemanticInfo(ImmutableTextSnapshotRef Snapshot,
|
||||
UIdent Kind = SemaTok.getUIdentForKind();
|
||||
bool IsSystem = SemaTok.getIsSystem();
|
||||
if (Kind.isValid())
|
||||
if (!Consumer.handleSemanticAnnotation(Offset, Length, Kind, IsSystem))
|
||||
break;
|
||||
Consumer.handleSemanticAnnotation(Offset, Length, Kind, IsSystem);
|
||||
}
|
||||
|
||||
static UIdent SemaDiagStage("source.diagnostic.stage.swift.sema");
|
||||
|
||||
Reference in New Issue
Block a user