[PATCH] D64985: [clangd] Provide a way to publish highlightings in non-racy manner
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 05:34:39 PDT 2019
ilya-biryukov updated this revision to Diff 210805.
ilya-biryukov added a comment.
- Use the same mechanism for diagnostics
- Change typedef to function<void(function<void()>)>
- Update a comment
- s/PublishResults/PublishFn
- Reformat
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64985/new/
https://reviews.llvm.org/D64985
Files:
clang-tools-extra/clangd/ClangdServer.cpp
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/TUScheduler.h
clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64985.210805.patch
Type: text/x-patch
Size: 11707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190719/1a8d91d8/attachment-0001.bin>
More information about the cfe-commits
mailing list