This would allow easily injecting our internal customization.
Also updates the stale "symbol-collection-file" flag.
Paths
| Differential D53292
[clangd] Add createIndex in dexp ClosedPublic Authored by hokein on Oct 15 2018, 8:04 AM.
Details Summary This would allow easily injecting our internal customization. Also updates the stale "symbol-collection-file" flag.
Diff Detail
Event TimelineHerald added subscribers: kadircet, arphaman, jkorous and 3 others. · View Herald TranscriptOct 15 2018, 8:04 AM sammccall added inline comments. This revision is now accepted and ready to land.Oct 15 2018, 8:07 AM Closed by commit rCTE344521: [clangd] Add createIndex in dexp (authored by hokein). · Explain WhyOct 15 2018, 8:14 AM This revision was automatically updated to reflect the committed changes.
Diff 169713 clangd/index/dex/dexp/Dexp.cpp
|
createIndex seems a slightly odd name for this (as if writing new files or adding new data somehow): openIndex or so?