aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendAction.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-05-13 13:51:22 +0900
committerNikita Popov <npopov@redhat.com>2024-05-13 13:54:37 +0900
commit2163ae761808ca0e5478357384f6ddbacce279eb (patch)
tree6ba2d87289e0b9d79fa4a09703af89f4e9e7449f /clang/lib/Frontend/FrontendAction.cpp
parentcb4fca929bd10a5c160a0f9bd58f2d7499669a89 (diff)
downloadllvm-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