Skip to content
Snippets Groups Projects
Commit c59e8339 authored by LLVM GN Syncbot's avatar LLVM GN Syncbot
Browse files

[gn build] Port afa94306

parent afa94306
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ source_set("tweaks") {
"ExpandMacro.cpp",
"ExtractFunction.cpp",
"ExtractVariable.cpp",
"MemberwiseConstructor.cpp",
"ObjCLocalizeStringLiteral.cpp",
"ObjCMemberwiseInitializer.cpp",
"PopulateSwitch.cpp",
......
......@@ -132,6 +132,7 @@ unittest("ClangdTests") {
"tweaks/ExpandMacroTests.cpp",
"tweaks/ExtractFunctionTests.cpp",
"tweaks/ExtractVariableTests.cpp",
"tweaks/MemberwiseConstructorTests.cpp",
"tweaks/ObjCLocalizeStringLiteralTests.cpp",
"tweaks/ObjCMemberwiseInitializerTests.cpp",
"tweaks/PopulateSwitchTests.cpp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment