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

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 11:50:10 PST 2024


================
@@ -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"
----------------
PiotrZSL wrote:

This file looks like it were incorrectly rebased.
Run:  `python3 clang-tools-extra/clang-tidy/add_new_check.py --update-docs` to regenerate this file

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


More information about the cfe-commits mailing list