The representation of references in LSP is limitted (just location
information). This patch makes our xref C++ API return structured results,
which allows other clients get more data for references.
Details
Details
- Reviewers
sammccall
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 23730 Build 23729: arc lint + arc unit
Event Timeline
Comment Actions
As discussed offline, we don't have a clear motivation to do it now, and LSP will likely introduce a new References type of xrefs (https://github.com/Microsoft/language-server-protocol/issues/396), so I'll leave this patch opened.