mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Merge RenameLoc and RenameLocation
It’s easier to understand the code if we don’t have these two nearly, but not quite, identical types.
This commit is contained in:
@@ -695,7 +695,7 @@ public:
|
||||
|
||||
CancellableResult<std::vector<CategorizedRenameRanges>>
|
||||
findRenameRanges(llvm::MemoryBuffer *InputBuf,
|
||||
ArrayRef<RenameLocations> RenameLocations,
|
||||
ArrayRef<RenameLoc> RenameLocations,
|
||||
ArrayRef<const char *> Args) override;
|
||||
|
||||
void findLocalRenameRanges(StringRef Filename, unsigned Line, unsigned Column,
|
||||
|
||||
Reference in New Issue
Block a user