[clang-tools-extra] r356127 - [clangd] Fix an out-of-date FIXME, NFC.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 14 03:01:08 PDT 2019
Author: hokein
Date: Thu Mar 14 03:01:07 2019
New Revision: 356127
URL: http://llvm.org/viewvc/llvm-project?rev=356127&view=rev
Log:
[clangd] Fix an out-of-date FIXME, NFC.
Modified:
clang-tools-extra/trunk/clangd/index/Index.h
Modified: clang-tools-extra/trunk/clangd/index/Index.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/Index.h?rev=356127&r1=356126&r2=356127&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/index/Index.h (original)
+++ clang-tools-extra/trunk/clangd/index/Index.h Thu Mar 14 03:01:07 2019
@@ -103,9 +103,6 @@ public:
llvm::function_ref<void(const Ref &)> Callback) const = 0;
/// Returns estimated size of index (in bytes).
- // FIXME(kbobyrev): Currently, this only returns the size of index itself
- // excluding the size of actual symbol slab index refers to. We should include
- // both.
virtual size_t estimateMemoryUsage() const = 0;
};
More information about the cfe-commits
mailing list