[libcxx-commits] [clang-tools-extra] [clang] [libc] [libcxx] [llvm] [compiler-rt] [openmp] [flang] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 4 15:30:22 PST 2023
================
@@ -118,6 +119,7 @@ Clang-Tidy Checks
:doc:`bugprone-posix-return <bugprone/posix-return>`, "Yes"
:doc:`bugprone-redundant-branch-condition <bugprone/redundant-branch-condition>`, "Yes"
:doc:`bugprone-reserved-identifier <bugprone/reserved-identifier>`, "Yes"
+ :doc:`bugprone-shared-pointer-contents-move <bugprone/shared-pointer-contents-move>`, "Yes"
----------------
pizzud wrote:
Done.
https://github.com/llvm/llvm-project/pull/67467
More information about the libcxx-commits
mailing list