This revision was automatically updated to reflect the committed changes.
sammccall marked 2 inline comments as done.
Closed by commit rCTE319655: [clangd] Split CodeComplete into a separate file.
NFC (authored by sammccall).
Changed prior to commit:
https://reviews.llvm.org/D40719?vs=125123&id
This revision was automatically updated to reflect the committed changes.
sammccall marked 2 inline comments as done.
Closed by commit rL319655: [clangd] Split CodeComplete into a separate file.
NFC (authored by sammccall).
Changed prior to commit:
https://reviews.llvm.org/D40719?vs=125123&id=1
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: clangd/CodeComplete.h:10
+//
+// Code completion provides suggestions for what the user might type next.
+// After "std::string S; S." we might suggest memb
sammccall created this revision.
Herald added subscribers: cfe-commits, mgorny, klimek.
Shared details of ClangdUnit and CodeComplete moved to a new Compiler file.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40719
Files:
clangd/CMakeLists.txt
clangd/ClangdServer.h
clan