Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift-ci
2019-10-10 13:50:08 -07:00
44 changed files with 1104 additions and 174 deletions

View File

@@ -545,7 +545,7 @@ public:
RenameRangeCollector(const ValueDecl *D, StringRef newName)
: newName(newName.str()) {
llvm::raw_string_ostream OS(USR);
printDeclUSR(D, OS);
printValueDeclUSR(D, OS);
}
ArrayRef<RenameLoc> results() const { return locations; }