This allows dynamic index to have consistent URI schemes with the
static index which can have customized URI schemes, which would make file
proximity scoring based on URIs easier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 19087 Build 19087: arc lint + arc unit
Event Timeline
Comment Actions
Not ignoring this patch: the implementation LG, whether it's the right design depends on where D47935 ends up I think.
(I suspect this is what we want, is there any urgency to landing this part?)
unittests/clangd/FileIndexTests.cpp | ||
---|---|---|
99 | This can use the shared unittest: scheme from the followup patch, right? Add a fixme or lift that into this patch? |
unittests/clangd/FileIndexTests.cpp | ||
---|---|---|
99 | Done. Lifted the TestFS change into this patch. |
This can use the shared unittest: scheme from the followup patch, right?
Add a fixme or lift that into this patch?