[clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 14 00:52:33 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
----------------
vbvictor wrote:
Please place in alphabetical order by check name
https://github.com/llvm/llvm-project/pull/67467
More information about the cfe-commits
mailing list