Skip to content

Commit aa74aa6

Browse files
authored
Merge pull request #20248 from fredriss/try-merge-stable-in-5.0-branch
[RemoteAST] Fix typo in existential payload calculation.
2 parents 54741a7 + 0c7d601 commit aa74aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RemoteAST/RemoteAST.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ class RemoteASTContextConcreteImpl final : public RemoteASTContextImpl {
11831183
if (!typeResult)
11841184
return getFailure<std::pair<Type, RemoteAddress>>();
11851185
return std::make_pair<Type, RemoteAddress>(std::move(typeResult),
1186-
std::move(object));
1186+
RemoteAddress(*pointerval));
11871187
}
11881188

11891189
Result<std::pair<Type, RemoteAddress>>

0 commit comments

Comments
 (0)