[PATCH] D51852: [clangd] Implement FuzzyFindRequest JSON (de)serialization

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 03:23:53 PDT 2018


kbobyrev created this revision.
kbobyrev added reviewers: ilya-biryukov, ioeric, sammccall.
kbobyrev added a project: clang-tools-extra.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay.

JSON (de)serialization of `FuzzyFindRequest` might be useful for both https://reviews.llvm.org/D51090 and https://reviews.llvm.org/D51628. Also, this allows precise logging of the fuzzy find requests.


https://reviews.llvm.org/D51852

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/index/Index.cpp
  clang-tools-extra/clangd/index/Index.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51852.164642.patch
Type: text/x-patch
Size: 4939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180910/cc0ec992/attachment.bin>


More information about the cfe-commits mailing list