[clang-tools-extra] [clang-tidy] Ignore unused parameters in `rvalue-reference-param-not-moved check` (PR #69045)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 14 02:35:08 PDT 2023
https://github.com/PiotrZSL approved this pull request.
Looks fine, I don't thing that this needs to be configurable.
If someone put explicitly attribute, then there is assumption that such param can be unused.
https://github.com/llvm/llvm-project/pull/69045
More information about the cfe-commits
mailing list