We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af3fa8 commit 4c69f77Copy full SHA for 4c69f77
llvm/lib/CAS/MappedFileRegionArena.cpp
@@ -272,7 +272,7 @@ Expected<MappedFileRegionArena> MappedFileRegionArena::create(
272
273
// Release the shared lock so it can be closed in destoryImpl().
274
SharedFileLock->release();
275
- return Result;
+ return std::move(Result);
276
}
277
278
void MappedFileRegionArena::destroyImpl() {
0 commit comments