Add comment describing use of preamble in clangd.
Remove deps on ClangdUnit.h where possible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37668 Build 37667: arc lint + arc unit
Paths
| Differential D67117
[clangd] Split Preamble.h out of ClangdUnit.h. NFC ClosedPublic Authored by sammccall on Sep 3 2019, 10:57 AM.
Details Summary Add comment describing use of preamble in clangd.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 3 2019, 11:03 AM Closed by commit rL370843: [clangd] Split Preamble.h out of ClangdUnit.h. NFC (authored by sammccall). · Explain WhySep 4 2019, 12:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218493 clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/ClangdServer.cpp
clang-tools-extra/clangd/ClangdUnit.h
clang-tools-extra/clangd/ClangdUnit.cpp
clang-tools-extra/clangd/CodeComplete.h
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/Compiler.h
clang-tools-extra/clangd/Preamble.h
clang-tools-extra/clangd/Preamble.cpp
clang-tools-extra/clangd/TUScheduler.h
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
|