[clang-tools-extra] [clang-tidy] Let `bugprone-use-after-move` also handle calls to `std::forward` (PR #82673)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 03:34:44 PST 2024


5chmidti wrote:

I'd like to see the diagnostics say `forwarded` instead of `moved` (for all 4 possible diagnostics). `after it  was potentially moved by forwarding` could work as well. Otherwise, the changes themselves look good

https://github.com/llvm/llvm-project/pull/82673


More information about the cfe-commits mailing list