No noticeable impact on code completions overall except some improvement on
cross-namespace completion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
clangd/index/Index.h | ||
---|---|---|
457–458 | should these be OpaqueType? I think the only reason we use StringRef in Symbol is for the non-owning aspect. otherwise indicate encoding in comment. | |
clangd/index/dex/Dex.cpp | ||
72 | BoostingIterators.push_back(Corpus.boost(iterator(Tok)))? | |
unittests/clangd/DexTests.cpp | ||
703 | proximity paths? |
should these be OpaqueType?
I think the only reason we use StringRef in Symbol is for the non-owning aspect.
otherwise indicate encoding in comment.