[PATCH] D53946: [clangd] Signal when skipping the diagnostic rebuilds.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 11:44:45 PDT 2018


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

NFC on the LSP level, only produces notifications in the C++ API.
Useful for the clients of the C++ API that provide an indicator when
diagnostics finish.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53946

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/TUScheduler.cpp
  clangd/TUScheduler.h
  unittests/clangd/ClangdTests.cpp
  unittests/clangd/CodeCompleteTests.cpp
  unittests/clangd/FindSymbolsTests.cpp
  unittests/clangd/TUSchedulerTests.cpp
  unittests/clangd/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53946.171981.patch
Type: text/x-patch
Size: 24802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181031/6803afe5/attachment-0001.bin>


More information about the cfe-commits mailing list