[llvm-branch-commits] [llvm] d75791e - [gn build] Port 5934a79196b
LLVM GN Syncbot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 9 08:28:03 PST 2020
Author: LLVM GN Syncbot
Date: 2020-12-09T16:19:06Z
New Revision: d75791ec1eceb2849df6fbda8f664bbed5420271
URL: https://github.com/llvm/llvm-project/commit/d75791ec1eceb2849df6fbda8f664bbed5420271
DIFF: https://github.com/llvm/llvm-project/commit/d75791ec1eceb2849df6fbda8f664bbed5420271.diff
LOG: [gn build] Port 5934a79196b
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
Removed:
################################################################################
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 1d5fdf8b3f42..69005b3902a6 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
@@ -113,5 +113,24 @@ unittest("ClangdTests") {
"support/TestTracer.cpp",
"support/ThreadingTests.cpp",
"support/TraceTests.cpp",
+ "tweaks/AddUsingTests.cpp",
+ "tweaks/AnnotateHighlightingsTests.cpp",
+ "tweaks/DefineInlineTests.cpp",
+ "tweaks/DefineOutlineTests.cpp",
+ "tweaks/DumpASTTests.cpp",
+ "tweaks/DumpRecordLayoutTests.cpp",
+ "tweaks/DumpSymbolTests.cpp",
+ "tweaks/ExpandAutoTypeTests.cpp",
+ "tweaks/ExpandMacroTests.cpp",
+ "tweaks/ExtractFunctionTests.cpp",
+ "tweaks/ExtractVariableTests.cpp",
+ "tweaks/ObjCLocalizeStringLiteralTests.cpp",
+ "tweaks/PopulateSwitchTests.cpp",
+ "tweaks/RawStringLiteralTests.cpp",
+ "tweaks/RemoveUsingNamespaceTests.cpp",
+ "tweaks/ShowSelectionTreeTests.cpp",
+ "tweaks/SwapIfBranchesTests.cpp",
+ "tweaks/TweakTesting.cpp",
+ "tweaks/TweakTests.cpp",
]
}
More information about the llvm-branch-commits
mailing list