summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorKadir Cetinkaya <kadircet@google.com>2019-02-21 14:48:33 +0000
committerKadir Cetinkaya <kadircet@google.com>2019-02-21 14:48:33 +0000
commit748211a81f25e1276a97623393867f43761032ad (patch)
treee5f89d78a8fa5f196b52df9b06b6c3aff0ccf033 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parentdb67be889d5e510faa3f4e9d48aa20fe7382084c (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud