We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7428fee commit a17094bCopy full SHA for a17094b
tools/SourceKit/lib/SwiftLang/SwiftEditorDiagConsumer.h
@@ -70,7 +70,7 @@ class EditorDiagConsumer : public swift::DiagnosticConsumer {
70
swift::DiagnosticKind Kind, StringRef FormatString,
71
ArrayRef<swift::DiagnosticArgument> FormatArgs,
72
const swift::DiagnosticInfo &Info,
73
- SourceLoc bufferIndirectlyCausingDiagnostic) override;
+ swift::SourceLoc bufferIndirectlyCausingDiagnostic) override;
74
};
75
76
} // namespace SourceKit
0 commit comments