mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Format
This commit is contained in:
@@ -1180,12 +1180,10 @@ accept(SourceManager &SM, RegionType RegionType,
|
||||
Impl.accept(SM, RegionType, Replacements);
|
||||
}
|
||||
|
||||
void RequestRefactoringEditConsumer::
|
||||
handleDiagnostic(SourceManager &SM, SourceLoc Loc, DiagnosticKind Kind,
|
||||
StringRef FormatString,
|
||||
ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info,
|
||||
StringRef currentPrimaryInput) {
|
||||
void RequestRefactoringEditConsumer::handleDiagnostic(
|
||||
SourceManager &SM, SourceLoc Loc, DiagnosticKind Kind,
|
||||
StringRef FormatString, ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info, StringRef currentPrimaryInput) {
|
||||
Impl.DiagConsumer.handleDiagnostic(SM, Loc, Kind, FormatString, FormatArgs,
|
||||
Info, currentPrimaryInput);
|
||||
}
|
||||
@@ -1241,14 +1239,10 @@ void RequestRenameRangeConsumer::accept(
|
||||
Impl.accept(SM, RegionType, Ranges);
|
||||
}
|
||||
|
||||
void RequestRenameRangeConsumer::
|
||||
handleDiagnostic(SourceManager &SM,
|
||||
SourceLoc Loc,
|
||||
DiagnosticKind Kind,
|
||||
StringRef FormatString,
|
||||
ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info,
|
||||
StringRef currentPrimaryInput) {
|
||||
void RequestRenameRangeConsumer::handleDiagnostic(
|
||||
SourceManager &SM, SourceLoc Loc, DiagnosticKind Kind,
|
||||
StringRef FormatString, ArrayRef<DiagnosticArgument> FormatArgs,
|
||||
const DiagnosticInfo &Info, StringRef currentPrimaryInput) {
|
||||
Impl.DiagConsumer.handleDiagnostic(SM, Loc, Kind, FormatString, FormatArgs,
|
||||
Info, currentPrimaryInput);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user