Makes it easier to diagnose remote index issues with --debug-origins flag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp | ||
---|---|---|
164–165 | I think we should just overwrite rather than OR. Actually, do you think we should set this on the *outgoing* side (i.e. have the proto say remote)? |
I think we should just overwrite rather than OR.
In practice the remote side is always going to be Static, but we don't really want to conflate this with the client-side static index.
Actually, do you think we should set this on the *outgoing* side (i.e. have the proto say remote)?