File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ static_library("clangd") {
105
105
" GlobalCompilationDatabase.cpp" ,
106
106
" HeaderSourceSwitch.cpp" ,
107
107
" Headers.cpp" ,
108
- " HeuristicResolver.cpp" ,
109
108
" Hover.cpp" ,
110
109
" IncludeCleaner.cpp" ,
111
110
" IncludeFixer.cpp" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ unittest("ClangdTests") {
80
80
" GlobalCompilationDatabaseTests.cpp" ,
81
81
" HeaderSourceSwitchTests.cpp" ,
82
82
" HeadersTests.cpp" ,
83
- " HeuristicResolverTests.cpp" ,
84
83
" HoverTests.cpp" ,
85
84
" IncludeCleanerTests.cpp" ,
86
85
" IndexActionTests.cpp" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ static_library("Sema") {
44
44
" DeclSpec.cpp" ,
45
45
" DelayedDiagnostic.cpp" ,
46
46
" HLSLExternalSemaSource.cpp" ,
47
+ " HeuristicResolver.cpp" ,
47
48
" IdentifierResolver.cpp" ,
48
49
" JumpDiagnostics.cpp" ,
49
50
" MultiplexExternalSemaSource.cpp" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ unittest("SemaTests") {
18
18
" CodeCompleteTest.cpp" ,
19
19
" ExternalSemaSourceTest.cpp" ,
20
20
" GslOwnerPointerInference.cpp" ,
21
+ " HeuristicResolverTest.cpp" ,
21
22
" SemaLookupTest.cpp" ,
22
23
" SemaNoloadLookupTest.cpp" ,
23
24
]
You can’t perform that action at this time.
0 commit comments