[clang-tidy] Ignore unused parameters in `rvalue-reference-param-not-moved check` (#69045)
With this patch we no longer issue a warning for unused parameters which are marked as such. This fixes #68209
Loading
Please sign in to comment
With this patch we no longer issue a warning for unused parameters which are marked as such. This fixes #68209