[llvm] 31b3f32 - [gn build] Port 018066d9475

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 04:38:34 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-09-28T11:38:04Z
New Revision: 31b3f32104db1293aec74ce865f7891ec8019090

URL: https://github.com/llvm/llvm-project/commit/31b3f32104db1293aec74ce865f7891ec8019090
DIFF: https://github.com/llvm/llvm-project/commit/31b3f32104db1293aec74ce865f7891ec8019090.diff

LOG: [gn build] Port 018066d9475

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
index aa0a63f1a9ed..2423f58d5c45 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
@@ -23,6 +23,7 @@ source_set("tweaks") {
     "ExtractFunction.cpp",
     "ExtractVariable.cpp",
     "ObjCLocalizeStringLiteral.cpp",
+    "PopulateSwitch.cpp",
     "RawStringLiteral.cpp",
     "RemoveUsingNamespace.cpp",
     "SwapIfBranches.cpp",


        


More information about the llvm-commits mailing list