Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
---|---|---|
1482 | I think we only need to suppress the capability, not the method itself, right? (This is what we usually do, folding-ranges is different... it's seriously crashy and even then probably should bind regardless) | |
clang-tools-extra/clangd/ClangdServer.h | ||
167 | I think this should go in ClangdLSPServer::Options, again i'm not sure why FoldingRanges does what it does. |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
312 | Does it make sense to hide this flag? This is a feature that's basically in a shippable state disregarding any LSP standardization. |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
312 | We may or may not *want* to ship it without further standardization, it can make maintenance more complicated. But I agree if it's behind a flag it doesn't necessarily need to be hidden, esp if we plan to make a call closer to the release cut. |
I think we only need to suppress the capability, not the method itself, right?
(This is what we usually do, folding-ranges is different... it's seriously crashy and even then probably should bind regardless)