We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890952e commit 39389d5Copy full SHA for 39389d5
llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
@@ -30,6 +30,7 @@ source_set("tweaks") {
30
"MemberwiseConstructor.cpp",
31
"ObjCLocalizeStringLiteral.cpp",
32
"ObjCMemberwiseInitializer.cpp",
33
+ "OverridePureVirtuals.cpp",
34
"PopulateSwitch.cpp",
35
"RawStringLiteral.cpp",
36
"RemoveUsingNamespace.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -144,6 +144,7 @@ unittest("ClangdTests") {
144
"tweaks/MemberwiseConstructorTests.cpp",
145
"tweaks/ObjCLocalizeStringLiteralTests.cpp",
146
"tweaks/ObjCMemberwiseInitializerTests.cpp",
147
+ "tweaks/OverridePureVirtualsTests.cpp",
148
"tweaks/PopulateSwitchTests.cpp",
149
"tweaks/RawStringLiteralTests.cpp",
150
"tweaks/RemoveUsingNamespaceTests.cpp",
0 commit comments