File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ static_library("clangd") {
59
59
" //clang/lib/Tooling/Core" ,
60
60
" //clang/lib/Tooling/Inclusions" ,
61
61
" //clang/lib/Tooling/Inclusions/Stdlib" ,
62
+ " //clang/lib/Tooling/DependencyScanning" ,
62
63
" //clang/lib/Tooling/Refactoring" ,
63
64
" //clang/lib/Tooling/Syntax" ,
64
65
" //llvm/lib/Support" ,
@@ -114,12 +115,14 @@ static_library("clangd") {
114
115
" IncludeFixer.cpp" ,
115
116
" InlayHints.cpp" ,
116
117
" JSONTransport.cpp" ,
118
+ " ModulesBuilder.cpp" ,
117
119
" ParsedAST.cpp" ,
118
120
" PathMapping.cpp" ,
119
121
" Preamble.cpp" ,
120
122
" Protocol.cpp" ,
121
123
" Quality.cpp" ,
122
124
" RIFF.cpp" ,
125
+ " ScanningProjectModules.cpp" ,
123
126
" Selection.cpp" ,
124
127
" SemanticHighlighting.cpp" ,
125
128
" SemanticSelection.cpp" ,
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ group("test") {
84
84
" //llvm/utils/FileCheck" ,
85
85
" //llvm/utils/llvm-lit" ,
86
86
" //llvm/utils/not" ,
87
+ " //llvm/utils/split-file" ,
87
88
]
88
89
if (clangd_build_xpc ) {
89
90
deps += [
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ unittest("ClangdTests") {
94
94
" ParsedASTTests.cpp" ,
95
95
" PathMappingTests.cpp" ,
96
96
" PreambleTests.cpp" ,
97
+ " PrerequisiteModulesTest.cpp" ,
97
98
" PrintASTTests.cpp" ,
98
99
" ProjectAwareIndexTests.cpp" ,
99
100
" QualityTests.cpp" ,
You can’t perform that action at this time.
0 commit comments