Skip to content

Commit ac06077

Browse files
committed
Update README
1 parent a988ef9 commit ac06077

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ I have uploaded precompiled 32- and 64-bit DLLs for Windows as a GitHub release,
124124

125125
## What works, what doesn't?
126126

127-
I haven't implemented a virtual table for the symbol references, because the current clangd protocol does not return the referred symbol's id in its response.
128-
129-
Also, there is currently no way to i.e. obtain all possible relations between two symbols, so the relation tables are really only useful in joins. It's not a huge deal, as they are meant to be used that way anyways, but you still need to be careful when writing queries.
127+
There is currently no way to i.e. obtain all possible relations between two symbols, so the relation tables are really only useful in joins. It's not a huge deal, as they are meant to be used that way anyways, but you still need to be careful when writing queries.
130128

131129
Not all queries are equally fast: querying on symbol id, name or scope is fast, everything else needs to happen client side and is potentially slow.
132130

0 commit comments

Comments
 (0)