mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename defaultDiagnosticLoc to bufferIndirectlyCausingDiagnostic.
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
StringRef FormatString,
|
||||
ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info,
|
||||
const SourceLoc defaultDiagnosticLoc) override {
|
||||
const SourceLoc bufferIndirectlyCausingDiagnostic) override {
|
||||
if (Kind == swift::DiagnosticKind::Error) {
|
||||
error = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user