Skip to content

Commit ccb7772

Browse files
committed
[gn build] Port 0255b21
1 parent 0255b21 commit ccb7772

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clangd

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ source_set("tweaks") {
3333
"PopulateSwitch.cpp",
3434
"RawStringLiteral.cpp",
3535
"RemoveUsingNamespace.cpp",
36+
"ScopifyEnum.cpp",
3637
"SpecialMembers.cpp",
3738
"SwapIfBranches.cpp",
3839
]

llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ unittest("ClangdTests") {
146146
"tweaks/PopulateSwitchTests.cpp",
147147
"tweaks/RawStringLiteralTests.cpp",
148148
"tweaks/RemoveUsingNamespaceTests.cpp",
149+
"tweaks/ScopifyEnumTests.cpp",
149150
"tweaks/ShowSelectionTreeTests.cpp",
150151
"tweaks/SpecialMembersTests.cpp",
151152
"tweaks/SwapIfBranchesTests.cpp",

0 commit comments

Comments
 (0)