This allows index implementations to fill container details when required specially when computing containerID is expensive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you also update the remote-index protos & marshalling logic in:
- clang-tools-extra/clangd/index/remote/Index.proto
- clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
clang-tools-extra/clangd/index/Index.h | ||
---|---|---|
75 | let's drop the SymbolID for also mention Index implementations may chose to populate containers no matter what. | |
76 | can you default this to false? |
let's drop the SymbolID for also mention Index implementations may chose to populate containers no matter what.