Currently we don't cleanup dynamic index if a file is closed in clangd,
which may result in large memory consumption in clangd (if we open many files
and closes them).
This patch is the first step.
Differential D52979
[clangd] Add removeFile interface in FileIndex. hokein on Oct 8 2018, 3:35 AM. Authored by
Details
Diff Detail
Event Timeline
|
should we use this somewhere? E.g. when file is closed in ClangdServer?