[clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)

Denis Mikhailov via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 29 11:56:16 PST 2024


denzor200 wrote:

Suppose this check should be silent for a shared_ptr with `use_count() == 1`. Is it possible to change implementation in order to following this way?

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


More information about the cfe-commits mailing list