Skip to content

Commit 949cbe0

Browse files
devajithvsRoot Persona
authored andcommitted
Use clang::ReplCodeCompleter for autocomplete
Remove `ClingCodeCompleteConsumer` and rely directly on `clang::ReplCodeCompleter` for code completion.
1 parent 77e96dc commit 949cbe0

5 files changed

Lines changed: 5 additions & 439 deletions

File tree

include/cling/Interpreter/ClingCodeCompleteConsumer.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(LIBS
1111
clangCodeGen
1212
clangDriver
1313
clangFrontend
14+
clangInterpreter
1415
clangParse
1516
clangSema
1617
clangAnalysis
@@ -78,7 +79,6 @@ add_cling_library(clingInterpreter OBJECT
7879
CheckEmptyTransactionTransformer.cpp
7980
CIFactory.cpp
8081
ClangInternalState.cpp
81-
ClingCodeCompleteConsumer.cpp
8282
ClingPragmas.cpp
8383
DeclCollector.cpp
8484
DeclExtractor.cpp

0 commit comments

Comments
 (0)