[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 06:59:36 PST 2024


https://github.com/5chmidti commented:

Please add a short explanation that `forward` is also checked in the check's docs here https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst.

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


More information about the cfe-commits mailing list