[PATCH] D40719: [clangd] Split CodeComplete into a separate file. NFC

2017-12-04 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D40719: [clangd] Split CodeComplete into a separate file. NFC

2017-12-04 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D40719: [clangd] Split CodeComplete into a separate file. NFC

2017-12-04 Thread Haojian Wu via Phabricator via cfe-commits
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

[PATCH] D40719: [clangd] Split CodeComplete into a separate file. NFC

2017-12-01 Thread Sam McCall via Phabricator via cfe-commits
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