[clang-tools-extra] r324993 - [clangd] Remove an already-done FIXME, NFC
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 13 01:56:46 PST 2018
Author: hokein
Date: Tue Feb 13 01:56:45 2018
New Revision: 324993
URL: http://llvm.org/viewvc/llvm-project?rev=324993&view=rev
Log:
[clangd] Remove an already-done 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=324993&r1=324992&r2=324993&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/index/Index.h (original)
+++ clang-tools-extra/trunk/clangd/index/Index.h Tue Feb 13 01:56:45 2018
@@ -162,7 +162,6 @@ struct Symbol {
// Optional details of the symbol.
const Details *Detail = nullptr;
- // FIXME: add definition location of the symbol.
// FIXME: add all occurrences support.
// FIXME: add extra fields for index scoring signals.
};
More information about the cfe-commits
mailing list