[lldb] Pass ConstString by value (again) (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 23 Jul 2020 15:54:56 +0000 (08:54 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 23 Jul 2020 16:08:32 +0000 (09:08 -0700)
commitccdb5b4bbe8470d1c558ecfd0658240d4c8f8df2
treefb937866ae8ddec2f0fea86aab1ec8ac2b1d49e6
parent78709345fb343123020a8615325f3943bd1cb420
[lldb] Pass ConstString by value (again) (NFC)

This reverts "Eliminate unneeded value parameters in Utility" for
ConstString. As Pavel pointed out on the mailing list, the class *is*
trivially copyable.
lldb/include/lldb/Utility/ConstString.h
lldb/source/Utility/ConstString.cpp