summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorHaojian Wu <hokein.wu@gmail.com>2019-11-11 10:34:29 +0100
committerHaojian Wu <hokein.wu@gmail.com>2019-11-11 10:46:52 +0100
commit41104a9406dd284d984f7bee30c7756fcfe2b59e (patch)
tree0ad0b4160d14a4409c27593cfa4e4df48296bd2d /lldb/packages/Python/lldbsuite/test
parentadd7f2aba7b9f9db3bbbeacd07650f6e1e9f0094 (diff)
downloadbcm5719-llvm-41104a9406dd284d984f7bee30c7756fcfe2b59e.tar.gz
bcm5719-llvm-41104a9406dd284d984f7bee30c7756fcfe2b59e.zip
[clangd] Fix a regression of not showing documentation from forward declarations.
Summary: There is a regression from https://reviews.llvm.org/D68467. Unlike class forward declarations, function ducomentation is written in the declaration in headers, the function definition doesn't contain any documentation, cases like: ``` foo.h // this is foo. void foo(); foo.cc void foo() {} ``` we should still show documentation from the foo declaration. Reviewers: ilya-biryukov Reviewed By: ilya-biryukov Subscribers: MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D69961
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud