Shared details of ClangdUnit and CodeComplete moved to a new Compiler file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
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 125318 clangd/CMakeLists.txt
clangd/ClangdServer.h
clangd/ClangdUnit.h
clangd/ClangdUnit.cpp
clangd/CodeComplete.hclangd/CodeComplete.cpp
clangd/Compiler.hclangd/Compiler.cpp
|
nit: I prefer to put this comment below (near a class or function) to make it more obvious :) -- the same to other places.