[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 02:57:46 PDT 2019


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, javed.absar.
Herald added a project: clang.

By exposing a callback that can guard code publishing results of
'onMainAST' callback in the same manner we guard diagnostics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64985

Files:
  clang-tools-extra/clangd/ClangdServer.cpp
  clang-tools-extra/clangd/TUScheduler.cpp
  clang-tools-extra/clangd/TUScheduler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64985.210787.patch
Type: text/x-patch
Size: 4424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190719/e4979aee/attachment.bin>


More information about the cfe-commits mailing list