aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorFred Fu <moonsolo@gmail.com>2023-11-23 14:07:51 -0500
committerGitHub <noreply@github.com>2023-11-23 21:07:51 +0200
commit9ebe6e28cdbe97f6c03209b87e91be6b55a8026a (patch)
tree506a5f287774a55df8ca6abdaecb0919199f0c39 /clang/lib/Interpreter/Interpreter.cpp
parentaea7929b0a04c5ea0ac85aba2b85fb58c718626f (diff)
downloadllvm-9ebe6e28cdbe97f6c03209b87e91be6b55a8026a.zip
llvm-9ebe6e28cdbe97f6c03209b87e91be6b55a8026a.tar.gz
llvm-9ebe6e28cdbe97f6c03209b87e91be6b55a8026a.tar.bz2
Revert "[ClangRepl] Type Directed Code Completion" (#73259)
Reverts llvm/llvm-project#67349 There are some issues with the sanitizers. We will reland once that's fixed.
Diffstat (limited to 'clang/lib/Interpreter/Interpreter.cpp')
-rw-r--r--clang/lib/Interpreter/Interpreter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Interpreter/Interpreter.cpp b/clang/lib/Interpreter/Interpreter.cpp
index c9fcef5..7968c62 100644
--- a/clang/lib/Interpreter/Interpreter.cpp
+++ b/clang/lib/Interpreter/Interpreter.cpp
@@ -319,10 +319,6 @@ const CompilerInstance *Interpreter::getCompilerInstance() const {
return IncrParser->getCI();
}
-CompilerInstance *Interpreter::getCompilerInstance() {
- return IncrParser->getCI();
-}
-
llvm::Expected<llvm::orc::LLJIT &> Interpreter::getExecutionEngine() {
if (!IncrExecutor) {
if (auto Err = CreateExecutor())