[all-commits] [llvm/llvm-project] 3bec07: [clangd] Store the containing symbol for refs
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Wed Nov 4 00:22:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3bec07f91fb1aea7a53ebc760f0511be1b5409f4
https://github.com/llvm/llvm-project/commit/3bec07f91fb1aea7a53ebc760f0511be1b5409f4
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/index/Ref.h
M clang-tools-extra/clangd/index/Serialization.cpp
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/index/SymbolCollector.h
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Log Message:
-----------
[clangd] Store the containing symbol for refs
This is needed to implement call hierarchy.
Differential Revision: https://reviews.llvm.org/D89670
More information about the All-commits
mailing list