This was causing duplicate symbols components on the path as both the
edge from an index to filesymbols and filesymbols to symbolslabs were named
symbols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89685
[clangd] Rename edge name for filesymbols to slabs in memorytree ClosedPublic Authored by kadircet on Oct 19 2020, 3:34 AM.
Details Summary This was causing duplicate symbols components on the path as both the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 19 2020, 5:07 AM Closed by commit rG40749141030b: [clangd] Rename edge name for filesymbols to slabs in memorytree (authored by kadircet). · Explain WhyOct 19 2020, 7:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299042 clang-tools-extra/clangd/index/Background.cpp
clang-tools-extra/clangd/index/FileIndex.cpp
clang-tools-extra/clangd/test/memory_tree.test
clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
clang-tools-extra/clangd/unittests/FileIndexTests.cpp
|