and simplify the code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/ClangdServer.cpp | ||
---|---|---|
405 | i'd trim this down a bit now: "we don't query the index, as we only need main-file references" | |
clang-tools-extra/clangd/refactor/Rename.cpp | ||
237 | I don't understand why we're now allowing rename of non-indexable symbols. |
Comment Actions
address review comment.
clang-tools-extra/clangd/refactor/Rename.cpp | ||
---|---|---|
237 | oh, you're right. I didn't think it too much when removing the code. |
i'd trim this down a bit now: "we don't query the index, as we only need main-file references"