[PATCH] D52979: [clangd] Add removeFile interface in FileIndex.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 04:06:00 PDT 2018


ioeric added inline comments.


================
Comment at: clangd/index/FileIndex.h:78
+  /// Remove all index data associated with the file \p Path.
+  void removeFile(PathRef Path);
+
----------------
should we use this somewhere? E.g. when file is closed in ClangdServer?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52979





More information about the cfe-commits mailing list