[all-commits] [llvm/llvm-project] d1e3b2: [lldb/Utility] Add std::move to make placate clang...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jan 13 18:25:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1e3b23be46ac3ada8f5fe844629ad5bc233c24d
https://github.com/llvm/llvm-project/commit/d1e3b23be46ac3ada8f5fe844629ad5bc233c24d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M lldb/source/Utility/StructuredData.cpp
Log Message:
-----------
[lldb/Utility] Add std::move to make placate clang 3.8
This fixes an error thrown by clang 3.8 that no viable conversion from
returned value to the function return type.
More information about the All-commits
mailing list