Skip to content

Commit

Permalink
[gn build] Port 1038db6
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Jul 8, 2024
1 parent 1038db6 commit f002558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static_library("boost") {
]
sources = [
"BoostTidyModule.cpp",
"UseRangesCheck.cpp",
"UseToStringCheck.cpp",
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static_library("modernize") {
"UseNoexceptCheck.cpp",
"UseNullptrCheck.cpp",
"UseOverrideCheck.cpp",
"UseRangesCheck.cpp",
"UseStartsEndsWithCheck.cpp",
"UseStdFormatCheck.cpp",
"UseStdNumbersCheck.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static_library("utils") {
"RenamerClangTidyCheck.cpp",
"TransformerClangTidyCheck.cpp",
"TypeTraits.cpp",
"UseRangesCheck.cpp",
"UsingInserter.cpp",
]
}

0 comments on commit f002558

Please sign in to comment.