[clang-tools-extra] [clang-tidy] unnecessary-value-param: Allow moving of value arguments. (PR #145871)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 31 15:52:02 PDT 2025
5chmidti wrote:
LGTM on the code itself at least. The concerns of the others are still valid IMO, but I think ignoring variables that are only moved would be 'right'? This change does not suggest using `move` it only ignores cases where a value param is only moved.
https://github.com/llvm/llvm-project/pull/145871
More information about the cfe-commits
mailing list