[all-commits] [llvm/llvm-project] b223e5: [Bitstream] Remove pessimizing move
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Feb 15 23:29:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b223e5f8468cbed5cffe0d872de8feac2a73b030
https://github.com/llvm/llvm-project/commit/b223e5f8468cbed5cffe0d872de8feac2a73b030
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M llvm/lib/Bitstream/Reader/BitstreamReader.cpp
Log Message:
-----------
[Bitstream] Remove pessimizing move
Commit 4a794d848ce81f41c6e23a4d3d3f70c2d7d1baa4 caused build failure with -Werror -Wpessimizing-move on the clang-ppc64-aix buildbot. This patch applies Clang's suggestion to remove `std::move`.
More information about the All-commits
mailing list