Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like this doesn't build on Windows: http://45.33.8.238/win/33161/step_4.txt (clang-cl + msvc stdlib)
Paths
| Differential D96507
[clangd] Move command handlers into a map in ClangdLSPServer. NFC ClosedPublic Authored by sammccall on Feb 11 2021, 7:32 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 11 2021, 10:26 AM This revision was landed with ongoing or failed builds.Feb 12 2021, 6:57 AM Closed by commit rGcea9f054327b: [clangd] Move command handlers into a map in ClangdLSPServer. NFC (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes. sammccall marked 3 inline comments as done. Comment Actions Looks like this doesn't build on Windows: http://45.33.8.238/win/33161/step_4.txt (clang-cl + msvc stdlib)
Revision Contents
Diff 323005 clang-tools-extra/clangd/ClangdLSPServer.h
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/Protocol.h
clang-tools-extra/clangd/Protocol.cpp
|
nit: llvm::append_range(Commands, CommandHandlers.keys())