[PATCH] D54077: [clangd] Implemented DraftFileSystem
Nikolai Kosjar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 6 01:59:41 PST 2018
nik added a comment.
In https://reviews.llvm.org/D54077#1288413, @nik wrote:
> If it helps (and the LSP allows it): In case A.h is edited, we flag it dirty. If the user makes some file depending on it visible (or the current file), we trigger a reparse for that. Not sure whether the LSP has a notion of current or visible files...
Huch..., I meant that we flag the files dirty that depend on A.h.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54077
More information about the cfe-commits
mailing list