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") {
105105 " GlobalCompilationDatabase.cpp" ,
106106 " HeaderSourceSwitch.cpp" ,
107107 " Headers.cpp" ,
108- " HeuristicResolver.cpp" ,
109108 " Hover.cpp" ,
110109 " IncludeCleaner.cpp" ,
111110 " IncludeFixer.cpp" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ unittest("ClangdTests") {
8080 " GlobalCompilationDatabaseTests.cpp" ,
8181 " HeaderSourceSwitchTests.cpp" ,
8282 " HeadersTests.cpp" ,
83- " HeuristicResolverTests.cpp" ,
8483 " HoverTests.cpp" ,
8584 " IncludeCleanerTests.cpp" ,
8685 " IndexActionTests.cpp" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ static_library("Sema") {
4444 " DeclSpec.cpp" ,
4545 " DelayedDiagnostic.cpp" ,
4646 " HLSLExternalSemaSource.cpp" ,
47+ " HeuristicResolver.cpp" ,
4748 " IdentifierResolver.cpp" ,
4849 " JumpDiagnostics.cpp" ,
4950 " MultiplexExternalSemaSource.cpp" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ unittest("SemaTests") {
1818 " CodeCompleteTest.cpp" ,
1919 " ExternalSemaSourceTest.cpp" ,
2020 " GslOwnerPointerInference.cpp" ,
21+ " HeuristicResolverTest.cpp" ,
2122 " SemaLookupTest.cpp" ,
2223 " SemaNoloadLookupTest.cpp" ,
2324 ]
You can’t perform that action at this time.
0 commit comments