llvm-project/clang-tools-extra/clang-doc
Daniel Martín 6407aa9d2e
[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
2020-05-27 19:36:46 +02:00
..
assets [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
tool [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
BitcodeReader.cpp [clang-doc] Use llvm::createStringError and canonicalize error messages 2019-08-28 02:56:03 +00:00
BitcodeReader.h NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
BitcodeWriter.cpp Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
BitcodeWriter.h [clang-doc] Bump BitcodeWriter max line number to 32U 2019-08-23 21:14:05 +00:00
CMakeLists.txt [OpenMP] "UnFix" layering problem with FrontendOpenMP 2020-04-07 14:41:18 -05:00
ClangDoc.cpp Changed FrontendActionFactory::create to return a std::unique_ptr 2019-08-29 16:38:36 +00:00
ClangDoc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Generators.cpp [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
Generators.h [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
HTMLGenerator.cpp [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
MDGenerator.cpp [clangd] Add access specifier information to hover contents 2020-05-27 19:36:46 +02:00
Mapper.cpp [clang-format] Add link to source code in file definitions 2019-08-09 17:49:41 +00:00
Mapper.h [clang-format] Add link to source code in file definitions 2019-08-09 17:49:41 +00:00
Representation.cpp Upgrade some instances of std::sort to llvm::sort. NFC. 2020-03-28 19:23:29 +01:00
Representation.h [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
Serialize.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
Serialize.h [clang-format] Add link to source code in file definitions 2019-08-09 17:49:41 +00:00
YAMLGenerator.cpp [clang-doc] Use llvm::createStringError and canonicalize error messages 2019-08-28 02:56:03 +00:00