jkorous abandoned this revision.
jkorous added a comment.
We decided to abandon this direction in favor of simpler solution.
https://reviews.llvm.org/D50452
One of the reasons is that there's a design fault - handling of
server-originated messages (notifications) in this patch.
Repository:
r
arphaman requested changes to this revision.
arphaman added a comment.
FYI, this patch can't be applied because of the broken file paths (some diffs
include /clangd prefix, some don't, while the test diffs are missing '/test').
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D495
jkorous created this revision.
jkorous added reviewers: sammccall, arphaman.
Herald added subscribers: cfe-commits, dexonsmith, MaskRay, ioeric,
ilya-biryukov, mgorny.
Combined, rebased and modified original XPC patches.
- https://reviews.llvm.org/D48559 [clangd] refactoring for XPC transport la