Shared details of ClangdUnit and CodeComplete moved to a new Compiler file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40719
[clangd] Split CodeComplete into a separate file. NFC ClosedPublic Authored by sammccall on Dec 1 2017, 6:12 AM.
Details Summary Shared details of ClangdUnit and CodeComplete moved to a new Compiler file.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 4 2017, 5:31 AM Closed by commit rL319655: [clangd] Split CodeComplete into a separate file. NFC (authored by sammccall). · Explain WhyDec 4 2017, 5:50 AM Closed by commit rCTE319655: [clangd] Split CodeComplete into a separate file. NFC (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes. sammccall marked 2 inline comments as done. sammccall marked 2 inline comments as done.
Revision Contents
Diff 125317 clang-tools-extra/trunk/clangd/CMakeLists.txt
clang-tools-extra/trunk/clangd/ClangdServer.h
clang-tools-extra/trunk/clangd/ClangdUnit.h
clang-tools-extra/trunk/clangd/ClangdUnit.cpp
clang-tools-extra/trunk/clangd/CodeComplete.h
clang-tools-extra/trunk/clangd/CodeComplete.cpp
clang-tools-extra/trunk/clangd/Compiler.h
clang-tools-extra/trunk/clangd/Compiler.cpp
|