diff options
author | Nikita Popov <npopov@redhat.com> | 2024-05-13 13:51:22 +0900 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-05-13 13:54:37 +0900 |
commit | 2163ae761808ca0e5478357384f6ddbacce279eb (patch) | |
tree | 6ba2d87289e0b9d79fa4a09703af89f4e9e7449f /clang/lib/Frontend/FrontendAction.cpp | |
parent | cb4fca929bd10a5c160a0f9bd58f2d7499669a89 (diff) | |
download | llvm-2163ae761808ca0e5478357384f6ddbacce279eb.zip llvm-2163ae761808ca0e5478357384f6ddbacce279eb.tar.gz llvm-2163ae761808ca0e5478357384f6ddbacce279eb.tar.bz2 |
[LVStringPool] Remove incorrect std::move (NFCI)
"Value" is still used afterwards in the return value. In this case,
this doesn't actually make a difference because a move for a
primitive type is the same as a copy, so there is no actual
misbehavior. Still drop the std::move to make the code less
confusing.
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions