diff --git a/src/indexer.cc b/src/indexer.cc index 4088c41c..58f2c133 100644 --- a/src/indexer.cc +++ b/src/indexer.cc @@ -2033,7 +2033,7 @@ optional>> ParseWithTu( entry->dependencies.end()); } - return result; + return std::move(result); } void ConcatTypeAndName(std::string& type, const std::string& name) {