mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename defaultDiagnosticLoc to bufferIndirectlyCausingDiagnostic.
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
StringRef FormatString,
|
||||
ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info,
|
||||
const SourceLoc defaultDiagnosticLoc) override {
|
||||
const SourceLoc bufferIndirectlyCausingDiagnostic) override {
|
||||
// FIXME: Print location info if available.
|
||||
switch (Kind) {
|
||||
case DiagnosticKind::Error: OS << "error: "; break;
|
||||
|
||||
Reference in New Issue
Block a user