File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ static_library("cppcoreguidelines") {
3333 " OwningMemoryCheck.cpp" ,
3434 " PreferMemberInitializerCheck.cpp" ,
3535 " ProBoundsArrayToPointerDecayCheck.cpp" ,
36- " ProBoundsAvoidUncheckedContainerAccess .cpp" ,
36+ " ProBoundsAvoidUncheckedContainerAccessCheck .cpp" ,
3737 " ProBoundsConstantArrayIndexCheck.cpp" ,
3838 " ProBoundsPointerArithmeticCheck.cpp" ,
3939 " ProTypeConstCastCheck.cpp" ,
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ static_library("misc") {
3939 " HeaderIncludeCycleCheck.cpp" ,
4040 " IncludeCleanerCheck.cpp" ,
4141 " MiscTidyModule.cpp" ,
42- " MisleadingBidirectional .cpp" ,
43- " MisleadingIdentifier .cpp" ,
42+ " MisleadingBidirectionalCheck .cpp" ,
43+ " MisleadingIdentifierCheck .cpp" ,
4444 " MisplacedConstCheck.cpp" ,
4545 " NewDeleteOverloadsCheck.cpp" ,
4646 " NoRecursionCheck.cpp" ,
47- " NonCopyableObjects .cpp" ,
47+ " NonCopyableObjectsCheck .cpp" ,
4848 " NonPrivateMemberVariablesInClassesCheck.cpp" ,
4949 " OverrideWithDifferentVisibilityCheck.cpp" ,
5050 " RedundantExpressionCheck.cpp" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ static_library("objc") {
1111 " //llvm/lib/Support" ,
1212 ]
1313 sources = [
14- " AssertEquals .cpp" ,
14+ " AssertEqualsCheck .cpp" ,
1515 " AvoidNSErrorInitCheck.cpp" ,
1616 " DeallocInCategoryCheck.cpp" ,
1717 " ForbiddenSubclassingCheck.cpp" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ static_library("performance") {
3131 " PerformanceTidyModule.cpp" ,
3232 " TriviallyDestructibleCheck.cpp" ,
3333 " TypePromotionInMathFnCheck.cpp" ,
34- " UnnecessaryCopyInitialization .cpp" ,
34+ " UnnecessaryCopyInitializationCheck .cpp" ,
3535 " UnnecessaryValueParamCheck.cpp" ,
3636 ]
3737}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ static_library("readability") {
1313 ]
1414 sources = [
1515 " AmbiguousSmartptrResetCallCheck.cpp" ,
16- " AvoidConstParamsInDecls .cpp" ,
16+ " AvoidConstParamsInDeclsCheck .cpp" ,
1717 " AvoidNestedConditionalOperatorCheck.cpp" ,
1818 " AvoidReturnWithVoidValueCheck.cpp" ,
1919 " AvoidUnconditionalPreprocessorIfCheck.cpp" ,
@@ -22,7 +22,7 @@ static_library("readability") {
2222 " ContainerContainsCheck.cpp" ,
2323 " ContainerDataPointerCheck.cpp" ,
2424 " ContainerSizeEmptyCheck.cpp" ,
25- " ConvertMemberFunctionsToStatic .cpp" ,
25+ " ConvertMemberFunctionsToStaticCheck .cpp" ,
2626 " DeleteNullPointerCheck.cpp" ,
2727 " DuplicateIncludeCheck.cpp" ,
2828 " ElseAfterReturnCheck.cpp" ,
You can’t perform that action at this time.
0 commit comments