File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ add_clang_library(clangTidyBugproneModule STATIC
1818 CommandProcessorCheck.cpp
1919 ComparePointerToMemberVirtualFunctionCheck.cpp
2020 CopyConstructorInitCheck.cpp
21+ CopyConstructorMutatesArgumentCheck.cpp
2122 CrtpConstructorAccessibilityCheck.cpp
2223 DanglingHandleCheck.cpp
2324 DerivedMethodShadowingBaseMethodCheck.cpp
@@ -53,7 +54,6 @@ add_clang_library(clangTidyBugproneModule STATIC
5354 MultiLevelImplicitPointerConversionCheck.cpp
5455 MultipleNewInOneExpressionCheck.cpp
5556 MultipleStatementMacroCheck.cpp
56- CopyConstructorMutatesArgumentCheck.cpp
5757 NarrowingConversionsCheck.cpp
5858 NoEscapeCheck.cpp
5959 NonZeroEnumToBoolConversionCheck.cpp
Original file line number Diff line number Diff line change 11.. title :: clang-tidy - bugprone-copy-constructor-mutates-argument
22
33bugprone-copy-constructor-mutates-argument
4- ======================
4+ ==========================================
55
66Finds assignments to the copied object and its direct or indirect members
77in copy constructors and copy assignment operators.
You can’t perform that action at this time.
0 commit comments