[clang-tools-extra] [llvm] [openmp] [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
================
@@ -25,6 +25,7 @@ add_clang_library(clangTidyBugproneModule
ImplicitWideningOfMultiplicationResultCheck.cpp
InaccurateEraseCheck.cpp
IncorrectEnableIfCheck.cpp
+ MoveSharedPointerContentsCheck.cpp
----------------
PiotrZSL wrote:
Duplicated file, remove this line
https://github.com/llvm/llvm-project/pull/67467
More information about the cfe-commits
mailing list