[PATCH] D54796: [clangd] **Prototype**: C++ API for emitting file status

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 22 01:21:35 PST 2018


ilya-biryukov added a comment.

Have you considered moving **all** status updates into the TUScheduler?
TUScheduler has full information about the file status changes, so it seems to most natural place to provide this kind of information.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54796





More information about the cfe-commits mailing list