@@ -16,6 +16,7 @@ add_clang_library(clangTidyBugproneModule STATIC
1616 ChainedComparisonCheck.cpp
1717 ComparePointerToMemberVirtualFunctionCheck.cpp
1818 CopyConstructorInitCheck.cpp
19+ CrtpConstructorAccessibilityCheck.cpp
1920 DanglingHandleCheck.cpp
2021 DynamicStaticInitializersCheck.cpp
2122 EasilySwappableParametersCheck.cpp
@@ -26,11 +27,8 @@ add_clang_library(clangTidyBugproneModule STATIC
2627 ForwardingReferenceOverloadCheck.cpp
2728 ImplicitWideningOfMultiplicationResultCheck.cpp
2829 InaccurateEraseCheck.cpp
29- IncorrectEnableIfCheck.cpp
30- ReturnConstRefFromParameterCheck.cpp
31- SuspiciousStringviewDataUsageCheck.cpp
32- SwitchMissingDefaultCaseCheck.cpp
3330 IncDecInConditionsCheck.cpp
31+ IncorrectEnableIfCheck.cpp
3432 IncorrectRoundingsCheck.cpp
3533 InfiniteLoopCheck.cpp
3634 IntegerDivisionCheck.cpp
@@ -45,15 +43,16 @@ add_clang_library(clangTidyBugproneModule STATIC
4543 MultipleNewInOneExpressionCheck.cpp
4644 MultipleStatementMacroCheck.cpp
4745 NoEscapeCheck.cpp
48- NondeterministicPointerIterationOrderCheck.cpp
4946 NonZeroEnumToBoolConversionCheck.cpp
47+ NondeterministicPointerIterationOrderCheck.cpp
5048 NotNullTerminatedResultCheck.cpp
5149 OptionalValueConversionCheck.cpp
5250 ParentVirtualCallCheck.cpp
5351 PointerArithmeticOnPolymorphicObjectCheck.cpp
5452 PosixReturnCheck.cpp
5553 RedundantBranchConditionCheck.cpp
5654 ReservedIdentifierCheck.cpp
55+ ReturnConstRefFromParameterCheck.cpp
5756 SharedPtrArrayMismatchCheck.cpp
5857 SignalHandlerCheck.cpp
5958 SignedCharMisuseCheck.cpp
@@ -74,7 +73,9 @@ add_clang_library(clangTidyBugproneModule STATIC
7473 SuspiciousReallocUsageCheck.cpp
7574 SuspiciousSemicolonCheck.cpp
7675 SuspiciousStringCompareCheck.cpp
76+ SuspiciousStringviewDataUsageCheck.cpp
7777 SwappedArgumentsCheck.cpp
78+ SwitchMissingDefaultCaseCheck.cpp
7879 TaggedUnionMemberCountCheck.cpp
7980 TerminatingContinueCheck.cpp
8081 ThrowKeywordMissingCheck.cpp
@@ -85,7 +86,6 @@ add_clang_library(clangTidyBugproneModule STATIC
8586 UnhandledExceptionAtNewCheck.cpp
8687 UnhandledSelfAssignmentCheck.cpp
8788 UniquePtrArrayMismatchCheck.cpp
88- CrtpConstructorAccessibilityCheck.cpp
8989 UnsafeFunctionsCheck.cpp
9090 UnusedLocalNonTrivialVariableCheck.cpp
9191 UnusedRaiiCheck.cpp
0 commit comments