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:
@@ -45,7 +45,7 @@ private:
|
||||
StringRef FormatString,
|
||||
ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const swift::DiagnosticInfo &Info,
|
||||
const SourceLoc defaultDiagnosticLoc) override {
|
||||
const SourceLoc bufferIndirectlyCausingDiagnostic) override {
|
||||
llvm::errs() << "Parse error: ";
|
||||
DiagnosticEngine::formatDiagnosticText(llvm::errs(), FormatString,
|
||||
FormatArgs);
|
||||
|
||||
Reference in New Issue
Block a user