Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/ClangdServer.h | ||
---|---|---|
145 | rename is just a normal API call, why is this a server option rather than a parameter to rename()? (WantFormat belongs in this struct, I think) | |
clang-tools-extra/clangd/refactor/Rename.h | ||
30 | This needs a comment. Or combine with LimitFiles, so that 0 means no cross-file rename. |
Comment Actions
keep the old clangdServer::rename around temporarily to make internal integration life easier.
rename is just a normal API call, why is this a server option rather than a parameter to rename()?
It probably needs to be a member in ClangdLSPServer though, like CodeCompleteOptions.
(WantFormat belongs in this struct, I think)