[PATCH] D83826: [clangd] Don't send invalid messages from remote index

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 10:25:34 PDT 2020


kbobyrev planned changes to this revision.
kbobyrev added a comment.

Wrap marshalling into a class, think about filtering vs failing? I think filtering should be done on the clangd-indexer side and marshalling should deal with **valid** symbols only and shouldn't have to filter them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83826/new/

https://reviews.llvm.org/D83826





More information about the cfe-commits mailing list