mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 03:56:41 +00:00
[clangd][NFC] Delete a pessimizing move
This commit is contained in:
parent
1df50e6245
commit
a2063ba7ff
@ -837,7 +837,7 @@ OverlayCDB::getProjectModules(PathRef File) const {
|
|||||||
PathRef CommandPath) {
|
PathRef CommandPath) {
|
||||||
Mangler(Command, CommandPath);
|
Mangler(Command, CommandPath);
|
||||||
});
|
});
|
||||||
return std::move(MDB);
|
return MDB;
|
||||||
}
|
}
|
||||||
|
|
||||||
DelegatingCDB::DelegatingCDB(const GlobalCompilationDatabase *Base)
|
DelegatingCDB::DelegatingCDB(const GlobalCompilationDatabase *Base)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user