[PATCH] D50896: [clangd] Add xrefs LSP boilerplate implementation.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 5 04:45:26 PDT 2018


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

Thanks, LGTM, ship it!



================
Comment at: clangd/Protocol.h:881
 
+struct ReferenceParams : public TextDocumentPositionParams {};
+bool fromJSON(const llvm::json::Value &, ReferenceParams &);
----------------
Maybe add a comment saying we don't support `includeDeclaration`?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50896





More information about the cfe-commits mailing list