[lldb/Utility] Add std::move to make placate clang 3.8
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 Jan 2020 02:23:39 +0000 (18:23 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 Jan 2020 02:25:23 +0000 (18:25 -0800)
commitd1e3b23be46ac3ada8f5fe844629ad5bc233c24d
tree4d83cbc018cd7fcc84a3b6ce50f17632004b3d40
parent84baf123a5213512e92e7deca2d111e00c2b97da
[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.
lldb/source/Utility/StructuredData.cpp