File tree Expand file tree Collapse file tree 12 files changed +0
-706
lines changed Expand file tree Collapse file tree 12 files changed +0
-706
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ set(LLVM_LINK_COMPONENTS
28
28
FrontendOpenMP
29
29
Option
30
30
)
31
-
32
- include (${CMAKE_CURRENT_SOURCE_DIR} /quality/CompletionModel.cmake )
33
- gen_decision_forest (${CMAKE_CURRENT_SOURCE_DIR} /quality/model CompletionModel clang::clangd::Example )
34
31
35
32
if (MSVC AND NOT CLANG_CL )
36
33
set_source_files_properties (CompileCommands.cpp PROPERTIES COMPILE_FLAGS -wd4130 ) # disables C4130: logical operation on address of string constant
@@ -80,7 +77,6 @@ add_clang_library(clangDaemon
80
77
TUScheduler.cpp
81
78
URI.cpp
82
79
XRefs.cpp
83
- ${CMAKE_CURRENT_BINARY_DIR} /CompletionModel.cpp
84
80
85
81
index/Background.cpp
86
82
index/BackgroundIndexLoader.cpp
@@ -121,11 +117,6 @@ add_clang_library(clangDaemon
121
117
omp_gen
122
118
)
123
119
124
- # Include generated CompletionModel headers.
125
- target_include_directories (clangDaemon PUBLIC
126
- $< BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR} >
127
- )
128
-
129
120
clang_target_link_libraries (clangDaemon
130
121
PRIVATE
131
122
clangAST
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments