projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc02a3d
)
[clangd] Remove an already-done FIXME, NFC
author
Haojian Wu
<hokein@google.com>
Tue, 13 Feb 2018 09:56:45 +0000
(09:56 +0000)
committer
Haojian Wu
<hokein@google.com>
Tue, 13 Feb 2018 09:56:45 +0000
(09:56 +0000)
llvm-svn: 324993
clang-tools-extra/clangd/index/Index.h
patch
|
blob
|
history
diff --git
a/clang-tools-extra/clangd/index/Index.h
b/clang-tools-extra/clangd/index/Index.h
index
30db1d9
..
d322699
100644
(file)
--- a/
clang-tools-extra/clangd/index/Index.h
+++ b/
clang-tools-extra/clangd/index/Index.h
@@
-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.
};