aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorUtkarsh Saxena <usx@google.com>2021-02-01 21:17:53 +0100
committerUtkarsh Saxena <usx@google.com>2021-02-02 13:06:20 +0100
commitfbeff2ec2bc6e44b92931207b0063f83ff7a3b3a (patch)
tree44360372a59c7e4879d5e68c9a8441b314738b71 /lldb/test/API/python_api
parent94f540cc7ceb98a25a62f04647ce30974a33a3d6 (diff)
downloadllvm-fbeff2ec2bc6e44b92931207b0063f83ff7a3b3a.zip
llvm-fbeff2ec2bc6e44b92931207b0063f83ff7a3b3a.tar.gz
llvm-fbeff2ec2bc6e44b92931207b0063f83ff7a3b3a.tar.bz2
[clangd] Report only decl of overridding method in xref.
See: https://github.com/clangd/clangd/issues/668 ``` struct A { virtual void foo() = 0; }; struct B : A { void foo() override; }; ``` Find refs on `A::foo()` will show: - decls of `A::foo()` - decls of `B::foo()` - refs to `A::foo()` - no refs to `B::foo()`. Differential Revision: https://reviews.llvm.org/D95812
Diffstat (limited to 'lldb/test/API/python_api')
0 files changed, 0 insertions, 0 deletions