File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("boost") {
1212 ]
1313 sources = [
1414 " BoostTidyModule.cpp" ,
15+ " UseRangesCheck.cpp" ,
1516 " UseToStringCheck.cpp" ,
1617 ]
1718}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ static_library("modernize") {
4949 " UseNoexceptCheck.cpp" ,
5050 " UseNullptrCheck.cpp" ,
5151 " UseOverrideCheck.cpp" ,
52+ " UseRangesCheck.cpp" ,
5253 " UseStartsEndsWithCheck.cpp" ,
5354 " UseStdFormatCheck.cpp" ,
5455 " UseStdNumbersCheck.cpp" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ static_library("utils") {
3232 " RenamerClangTidyCheck.cpp" ,
3333 " TransformerClangTidyCheck.cpp" ,
3434 " TypeTraits.cpp" ,
35+ " UseRangesCheck.cpp" ,
3536 " UsingInserter.cpp" ,
3637 ]
3738}
You can’t perform that action at this time.
0 commit comments