Skip to content

Commit 39389d5

Browse files
committed
[gn build] Port 7355ea3
1 parent 890952e commit 39389d5

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
@@ -30,6 +30,7 @@ source_set("tweaks") {
3030
"MemberwiseConstructor.cpp",
3131
"ObjCLocalizeStringLiteral.cpp",
3232
"ObjCMemberwiseInitializer.cpp",
33+
"OverridePureVirtuals.cpp",
3334
"PopulateSwitch.cpp",
3435
"RawStringLiteral.cpp",
3536
"RemoveUsingNamespace.cpp",

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
@@ -144,6 +144,7 @@ unittest("ClangdTests") {
144144
"tweaks/MemberwiseConstructorTests.cpp",
145145
"tweaks/ObjCLocalizeStringLiteralTests.cpp",
146146
"tweaks/ObjCMemberwiseInitializerTests.cpp",
147+
"tweaks/OverridePureVirtualsTests.cpp",
147148
"tweaks/PopulateSwitchTests.cpp",
148149
"tweaks/RawStringLiteralTests.cpp",
149150
"tweaks/RemoveUsingNamespaceTests.cpp",

0 commit comments

Comments
 (0)