gn build: Merge r371976
authorNico Weber <nicolasweber@gmx.de>
Mon, 16 Sep 2019 11:33:54 +0000 (11:33 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 16 Sep 2019 11:33:54 +0000 (11:33 +0000)
llvm-svn: 371977

llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

index f75dae0..0f4e8da 100644 (file)
@@ -102,6 +102,7 @@ static_library("clangd") {
     "RIFF.cpp",
     "Selection.cpp",
     "SemanticHighlighting.cpp",
+    "SemanticSelection.cpp",
     "SourceCode.cpp",
     "TUScheduler.cpp",
     "Threading.cpp",
index eea48f3..ee77357 100644 (file)
@@ -63,6 +63,7 @@ unittest("ClangdTests") {
     "RenameTests.cpp",
     "SelectionTests.cpp",
     "SemanticHighlightingTests.cpp",
+    "SemanticSelectionTests.cpp",
     "SerializationTests.cpp",
     "SourceCodeTests.cpp",
     "SymbolCollectorTests.cpp",