We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee3190 commit 8d53f2fCopy full SHA for 8d53f2f
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -132,7 +132,6 @@ static_library("clangd") {
132
"index/Ref.cpp",
133
"index/Relation.cpp",
134
"index/Serialization.cpp",
135
- "index/StdLib.cpp",
136
"index/Symbol.cpp",
137
"index/SymbolCollector.cpp",
138
"index/SymbolID.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -99,7 +99,6 @@ unittest("ClangdTests") {
99
"SemanticSelectionTests.cpp",
100
"SerializationTests.cpp",
101
"SourceCodeTests.cpp",
102
- "StdLibTests.cpp",
103
"SymbolCollectorTests.cpp",
104
"SymbolInfoTests.cpp",
105
"SyncAPI.cpp",
0 commit comments