[PATCH] D48762: [clangd] codeComplete returns more structured completion items, LSP. NFC.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 29 03:35:36 PDT 2018


sammccall added a comment.

@jkorous FYI: this may be interesting from an XPC perspective - it'd be easy to serialize the LSP-style struct, or the more detailed one if that's useful.
LSP will be more stable of course :-)


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48762





More information about the cfe-commits mailing list