[all-commits] [llvm/llvm-project] f94a93: Revert "[clang-repl] support code completion at a ...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Wed Aug 23 07:46:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f94a937cb37a949cca7a084669c634a87b1d2bb1
https://github.com/llvm/llvm-project/commit/f94a937cb37a949cca7a084669c634a87b1d2bb1
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M clang/include/clang/Frontend/ASTUnit.h
R clang/include/clang/Interpreter/CodeCompletion.h
M clang/include/clang/Sema/CodeCompleteConsumer.h
M clang/include/clang/Sema/Sema.h
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Interpreter/CMakeLists.txt
R clang/lib/Interpreter/CodeCompletion.cpp
M clang/lib/Interpreter/IncrementalParser.cpp
M clang/lib/Interpreter/IncrementalParser.h
M clang/lib/Interpreter/Interpreter.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Sema/CodeCompleteConsumer.cpp
M clang/lib/Sema/SemaCodeComplete.cpp
R clang/test/CodeCompletion/incrememal-mode-completion-no-error.cpp
R clang/test/CodeCompletion/incremental-top-level.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/tools/libclang/CIndexCodeCompletion.cpp
M clang/unittests/Interpreter/CMakeLists.txt
R clang/unittests/Interpreter/CodeCompletionTest.cpp
Log Message:
-----------
Revert "[clang-repl] support code completion at a REPL."
This reverts commit eb0e6c3134ef6deafe0a4958e9e1a1214b3c2f14 due to failures in
clangd such as https://lab.llvm.org/buildbot/#/builders/57/builds/29377
More information about the All-commits
mailing list