[all-commits] [llvm/llvm-project] 407491: [clangd] Rename edge name for filesymbols to slabs...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon Oct 19 07:18:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 40749141030b8172b8490ebbdcd0d3440cbe041b
      https://github.com/llvm/llvm-project/commit/40749141030b8172b8490ebbdcd0d3440cbe041b
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/test/memory_tree.test
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list