[PATCH] D106432: [clangd] Cleanup FuzzyFindRequest serialization and dex benchmark

2021-07-21 Thread Kirill Bobyrev via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG907efdf95da5: [clangd] Cleanup FuzzyFindRequest serialization and dex benchmark (authored by kbobyrev). Repository: rG LLVM Github Monorepo CHANG

[PATCH] D106432: [clangd] Cleanup FuzzyFindRequest serialization and dex benchmark

2021-07-21 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106432/new/ https://reviews.llvm.org/D106432 __

[PATCH] D106432: [clangd] Cleanup FuzzyFindRequest serialization and dex benchmark

2021-07-21 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev created this revision. kbobyrev added a reviewer: sammccall. Herald added subscribers: usaxena95, kadircet, arphaman. kbobyrev requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. - Due to the LLVM's J