[clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 16 11:33:45 PDT 2025
================
@@ -148,6 +148,12 @@ New checks
Finds potentially erroneous calls to ``reset`` method on smart pointers when
the pointee type also has a ``reset`` method.
+- New :doc:`bugprone-move-shared-pointer-contents
----------------
pizzud wrote:
Done.
https://github.com/llvm/llvm-project/pull/67467
More information about the cfe-commits
mailing list