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") {
12
12
]
13
13
sources = [
14
14
" BoostTidyModule.cpp" ,
15
+ " UseRangesCheck.cpp" ,
15
16
" UseToStringCheck.cpp" ,
16
17
]
17
18
}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ static_library("modernize") {
49
49
" UseNoexceptCheck.cpp" ,
50
50
" UseNullptrCheck.cpp" ,
51
51
" UseOverrideCheck.cpp" ,
52
+ " UseRangesCheck.cpp" ,
52
53
" UseStartsEndsWithCheck.cpp" ,
53
54
" UseStdFormatCheck.cpp" ,
54
55
" UseStdNumbersCheck.cpp" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ static_library("utils") {
32
32
" RenamerClangTidyCheck.cpp" ,
33
33
" TransformerClangTidyCheck.cpp" ,
34
34
" TypeTraits.cpp" ,
35
+ " UseRangesCheck.cpp" ,
35
36
" UsingInserter.cpp" ,
36
37
]
37
38
}
You can’t perform that action at this time.
0 commit comments