[clang-tools-extra] de8274a - [clangd] NFC: Remove outdated comment

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 5 04:59:53 PDT 2021


Author: Kirill Bobyrev
Date: 2021-07-05T13:58:54+02:00
New Revision: de8274a1b912687ca7b182ce28b34b0e66b2b0e3

URL: https://github.com/llvm/llvm-project/commit/de8274a1b912687ca7b182ce28b34b0e66b2b0e3
DIFF: https://github.com/llvm/llvm-project/commit/de8274a1b912687ca7b182ce28b34b0e66b2b0e3.diff

LOG: [clangd] NFC: Remove outdated comment

Added: 
    

Modified: 
    clang-tools-extra/clangd/index/dex/Dex.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/index/dex/Dex.h b/clang-tools-extra/clangd/index/dex/Dex.h
index abfad98fab3d..3153360323d4 100644
--- a/clang-tools-extra/clangd/index/dex/Dex.h
+++ b/clang-tools-extra/clangd/index/dex/Dex.h
@@ -34,11 +34,6 @@ namespace clangd {
 namespace dex {
 
 /// In-memory Dex trigram-based index implementation.
-// FIXME(kbobyrev): Introduce serialization and deserialization of the symbol
-// index so that it can be loaded from the disk. Since static index is not
-// changed frequently, it's safe to assume that it has to be built only once
-// (when the clangd process starts). Therefore, it can be easier to store built
-// index on disk and then load it if available.
 class Dex : public SymbolIndex {
 public:
   // All data must outlive this index.


        


More information about the cfe-commits mailing list