diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2020-05-27 18:17:07 +0200 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2020-05-27 19:36:46 +0200 |
commit | 6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2 (patch) | |
tree | e4e80fd84e4b1b21cf0b84f3950e2429f4f40f22 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | e7f1067ad6f116ff1e4bfc0f7fe1977f172b0ea0 (diff) | |
download | llvm-6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2.zip llvm-6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2.tar.gz llvm-6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2.tar.bz2 |
[clangd] Add access specifier information to hover contents
Summary:
For https://github.com/clangd/clangd/issues/382
This commit adds access specifier information to the hover
contents. For example, the hover information of a class field or
member function will now indicate if the field or member is private,
public, or protected. This can be particularly useful when a developer
is in the implementation file and wants to know if a particular member
definition is public or private.
Reviewers: kadircet
Reviewed By: kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D80472
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions