[all-commits] [llvm/llvm-project] 42830f: [clangd] Extend find-refs to include overrides.
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Jan 20 04:31:38 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42830f8bdc8f064fee648541f79f8e8d66072cce
https://github.com/llvm/llvm-project/commit/42830f8bdc8f064fee648541f79f8e8d66072cce
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
Log Message:
-----------
[clangd] Extend find-refs to include overrides.
find-references on `virtual void meth^od() = 0` will include override references.
Differential Revision: https://reviews.llvm.org/D94390
More information about the All-commits
mailing list