[clangd] Rename edge name for filesymbols to slabs in memorytree
authorKadir Cetinkaya <kadircet@google.com>
Mon, 19 Oct 2020 10:33:35 +0000 (12:33 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Mon, 19 Oct 2020 14:09:46 +0000 (16:09 +0200)
commit40749141030b8172b8490ebbdcd0d3440cbe041b
treea43f2941ba6d1b3966a1ba6a774ad511c1c1c11e
parenta704d8238c86bac524f14adb6b04e0908a324e15
[clangd] Rename edge name for filesymbols to slabs in memorytree

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.

Differential Revision: https://reviews.llvm.org/D89685
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