[llvm] ccb7772 - [gn build] Port 0255b217c376

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 01:03:09 PST 2023


Author: LLVM GN Syncbot
Date: 2023-11-10T09:02:30Z
New Revision: ccb77728d0c02ca3146adf377c308a6327aa40c0

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

LOG: [gn build] Port 0255b217c376

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn
    llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/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 ee3f3aa90f899ff..255dca3a6015a54 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
@@ -33,6 +33,7 @@ source_set("tweaks") {
     "PopulateSwitch.cpp",
     "RawStringLiteral.cpp",
     "RemoveUsingNamespace.cpp",
+    "ScopifyEnum.cpp",
     "SpecialMembers.cpp",
     "SwapIfBranches.cpp",
   ]

diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
index 6acea4d4cf778fd..90b231b5796d278 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -146,6 +146,7 @@ unittest("ClangdTests") {
     "tweaks/PopulateSwitchTests.cpp",
     "tweaks/RawStringLiteralTests.cpp",
     "tweaks/RemoveUsingNamespaceTests.cpp",
+    "tweaks/ScopifyEnumTests.cpp",
     "tweaks/ShowSelectionTreeTests.cpp",
     "tweaks/SpecialMembersTests.cpp",
     "tweaks/SwapIfBranchesTests.cpp",


        


More information about the llvm-commits mailing list