[Openmp-commits] [openmp] [clang-tidy] Add performance-move-smart-pointer-contents check. (PR #66139)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 13 03:36:30 PDT 2023
martinboehme wrote:
> This check has issue in my opinion, the semantic of `std::move(*p)` is not same as `*std::move(p)`
Agree that the suggested fix may not always be correct.
I would suggest simply not emitting a suggested fix (i.e. only emitting a warning).
https://github.com/llvm/llvm-project/pull/66139
More information about the Openmp-commits
mailing list