diff options
author | Kadir Cetinkaya <kadircet@google.com> | 2019-02-21 14:48:33 +0000 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2019-02-21 14:48:33 +0000 |
commit | 748211a81f25e1276a97623393867f43761032ad (patch) | |
tree | e5f89d78a8fa5f196b52df9b06b6c3aff0ccf033 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | db67be889d5e510faa3f4e9d48aa20fe7382084c (diff) | |
download | bcm5719-llvm-748211a81f25e1276a97623393867f43761032ad.tar.gz bcm5719-llvm-748211a81f25e1276a97623393867f43761032ad.zip |
[clangd] Only report explicitly typed symbols during code navigation
Summary:
Clangd was reporting implicit symbols, like results of implicit cast
expressions during code navigation, which is not desired. For example:
```
struct Foo{ Foo(int); };
void bar(Foo);
vod foo() {
int x;
bar(^x);
}
```
Performing a GoTo on the point specified by ^ would give two results one
pointing to line `int x` and the other for definition of `Foo(int);`
Reviewers: ilya-biryukov, sammccall
Subscribers: ioeric, MaskRay, jkorous, mgrang, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D58495
llvm-svn: 354585
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions