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

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 08:28:19 PST 2023


================
@@ -107,6 +107,7 @@ Clang-Tidy Checks
    :doc:`bugprone-misplaced-pointer-arithmetic-in-alloc <bugprone/misplaced-pointer-arithmetic-in-alloc>`, "Yes"
    :doc:`bugprone-misplaced-widening-cast <bugprone/misplaced-widening-cast>`,
    :doc:`bugprone-move-forwarding-reference <bugprone/move-forwarding-reference>`, "Yes"
+   :doc:`bugprone-move-shared-pointer-contents <bugprone/move-shared-pointer-contents>`, "Yes"
----------------
PiotrZSL wrote:

remove "Yes" and do not provide fixes for this check.

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


More information about the cfe-commits mailing list